From 6d8960563d93a4f83a5b9ac025eec97a62b4cd77 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 19 Nov 2025 16:38:25 +0100 Subject: [PATCH] Updated repository versions and flasher URL --- sbapp/Makefile | 6 +++--- sbapp/main.py | 2 +- sbapp/share/flasher.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sbapp/Makefile b/sbapp/Makefile index 5508d19..8eacb30 100644 --- a/sbapp/Makefile +++ b/sbapp/Makefile @@ -64,9 +64,9 @@ endif fetchshare: -(rm ./share/pkg/*) -(rm ./share/mirrors/* -r) - cp ../../dist_archive/rns-1.0.1-py3-none-any.whl ./share/pkg/ - cp ../../dist_archive/rnspure-1.0.1-py3-none-any.whl ./share/pkg/ - cp ../../dist_archive/lxmf-0.9.1-py3-none-any.whl ./share/pkg/ + cp ../../dist_archive/rns-1.0.3-py3-none-any.whl ./share/pkg/ + cp ../../dist_archive/rnspure-1.0.3-py3-none-any.whl ./share/pkg/ + cp ../../dist_archive/lxmf-0.9.3-py3-none-any.whl ./share/pkg/ cp ../../dist_archive/nomadnet-0.9.1-py3-none-any.whl ./share/pkg/ cp ../../dist_archive/rnsh-0.1.7-py3-none-any.whl ./share/pkg/ cp ../../dist_archive/RNode_Firmware_*_Source.zip ./share/pkg/ diff --git a/sbapp/main.py b/sbapp/main.py index dda83bc..f40e5ca 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -4284,7 +4284,7 @@ class SidebandApp(MDApp): ipstr += "[u][ref=link]"+ipurl+"[/ref][u]\n" if self.repository_url == None: self.repository_url = ipurl - self.rnode_flasher_url = ipurl+"mirrors/rnode-flasher/index.html" + self.rnode_flasher_url = ipurl+"mirrors/rnode-flasher/RNode_Flasher.html" ms = "" if len(ips) == 1 else "es" info += "The repository server is running at the following address" + ms +":\n\n"+ipstr diff --git a/sbapp/share/flasher.html b/sbapp/share/flasher.html index 9033cc9..a45de5f 100644 --- a/sbapp/share/flasher.html +++ b/sbapp/share/flasher.html @@ -26,7 +26,7 @@ To use the flasher, you will need firmware packages for the boards you want use.
  • You can compile them yourself from the RNode Firmware source code package included in this repository.

  • -
    +