mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2026-04-27 14:30:33 +00:00
Cleanup
This commit is contained in:
parent
fe594b2048
commit
3167a3e679
4 changed files with 25 additions and 6 deletions
|
|
@ -4,10 +4,10 @@ import sys
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
"rns": "rns-1.0.3-py3-none-any.whl",
|
"rns": "rns-1.1.6-py3-none-any.whl",
|
||||||
"nomadnet": "nomadnet-0.9.1-py3-none-any.whl",
|
"nomadnet": "nomadnet-0.9.9-py3-none-any.whl",
|
||||||
"lxmf": "lxmf-0.9.3-py3-none-any.whl",
|
"lxmf": "lxmf-0.9.4-py3-none-any.whl",
|
||||||
"rnsh": "rnsh-0.1.5-py3-none-any.whl",
|
"rnsh": "rnsh-0.1.9-py3-none-any.whl",
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_TITLE = "RNode Bootstrap Console"
|
DEFAULT_TITLE = "RNode Bootstrap Console"
|
||||||
|
|
@ -194,8 +194,29 @@ def optimise_manual(path):
|
||||||
("_images/meshchat_1.webp", pm),
|
("_images/meshchat_1.webp", pm),
|
||||||
("_images/radio_is5ac.png", pm),
|
("_images/radio_is5ac.png", pm),
|
||||||
("_images/radio_rblhg5.png", pm),
|
("_images/radio_rblhg5.png", pm),
|
||||||
|
("_images/rbrowser.webp", pm),
|
||||||
|
("_images/rnphone.webp", pm),
|
||||||
|
("_images/retibbs.webp", pm),
|
||||||
|
("_images/meshchatx.webp", pm),
|
||||||
|
("_images/lxst_phone.webp", pm),
|
||||||
|
("_images/columba.webp", pm),
|
||||||
("_static/rns_logo_512.png", 256),
|
("_static/rns_logo_512.png", 256),
|
||||||
("../images/bg_h_1.webp", pm),
|
("../images/bg_h_1.webp", pm),
|
||||||
|
|
||||||
|
("../../images/3_conv.webp", pm/2),
|
||||||
|
("../../images/an1.webp", pm/2),
|
||||||
|
("../../images/bg1ds1.webp", pm/2),
|
||||||
|
("../../images/bg1ds2.webp", pm/2),
|
||||||
|
("../../images/bg_h_1.webp", pm/2),
|
||||||
|
("../../images/bg_h_2.webp", pm/2),
|
||||||
|
("../../images/g1p.webp", pm/2),
|
||||||
|
("../../images/g2p.webp", pm/2),
|
||||||
|
("../../images/g3p.webp", pm/2),
|
||||||
|
("../../images/g4p.webp", pm/2),
|
||||||
|
("../../images/lora_rnodes.webp", pm/2),
|
||||||
|
("../../images/nn_an.webp", pm/2),
|
||||||
|
("../../images/nn_conv.webp", pm/2),
|
||||||
|
("../../images/nn_init.webp", pm/2),
|
||||||
]
|
]
|
||||||
|
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
|
||||||
1
Makefile
1
Makefile
|
|
@ -30,7 +30,6 @@ prep: prep-avr prep-esp32 prep-samd
|
||||||
prep-avr:
|
prep-avr:
|
||||||
arduino-cli core update-index --config-file arduino-cli.yaml
|
arduino-cli core update-index --config-file arduino-cli.yaml
|
||||||
arduino-cli core install arduino:avr --config-file arduino-cli.yaml
|
arduino-cli core install arduino:avr --config-file arduino-cli.yaml
|
||||||
arduino-cli core install unsignedio:avr --config-file arduino-cli.yaml
|
|
||||||
|
|
||||||
prep-esp32:
|
prep-esp32:
|
||||||
arduino-cli core update-index --config-file arduino-cli.yaml
|
arduino-cli core update-index --config-file arduino-cli.yaml
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -4,4 +4,3 @@ board_manager:
|
||||||
- https://raw.githubusercontent.com/RAKwireless/RAKwireless-Arduino-BSP-Index/main/package_rakwireless_index.json
|
- https://raw.githubusercontent.com/RAKwireless/RAKwireless-Arduino-BSP-Index/main/package_rakwireless_index.json
|
||||||
- https://github.com/HelTecAutomation/Heltec_nRF52/releases/download/1.7.0/package_heltec_nrf_index.json
|
- https://github.com/HelTecAutomation/Heltec_nRF52/releases/download/1.7.0/package_heltec_nrf_index.json
|
||||||
- https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
|
- https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
|
||||||
- http://unsigned.io/arduino/package_unsignedio_UnsignedBoards_index.json
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue