Updated repository versions and flasher URL

This commit is contained in:
Mark Qvist 2025-11-19 16:38:25 +01:00
commit 6d8960563d
3 changed files with 5 additions and 5 deletions

View file

@ -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/

View file

@ -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

View file

@ -26,7 +26,7 @@ To use the flasher, you will need firmware packages for the boards you want use.
<li>You can compile them yourself from the RNode Firmware source code package <a href="pkgs.html">included in this repository</a>.</li>
</ul>
<br/>
<center><a href="/mirrors/rnode-flasher/index.html"><button type="button" id="task-replicate">Launch Web Flasher</button></a></center>
<center><a href="/mirrors/rnode-flasher/RNode_Flasher.html"><button type="button" id="task-replicate">Launch Web Flasher</button></a></center>
<br/>
<hr>
<p><center></p>