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.

  • -
    +