mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 22:25:39 +00:00
Updated repository versions and flasher URL
This commit is contained in:
parent
553401884a
commit
6d8960563d
3 changed files with 5 additions and 5 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue