diff --git a/Console/build.py b/Console/build.py index a6932a8..884553d 100644 --- a/Console/build.py +++ b/Console/build.py @@ -4,10 +4,10 @@ import sys import shutil packages = { - "rns": "rns-1.0.3-py3-none-any.whl", - "nomadnet": "nomadnet-0.9.1-py3-none-any.whl", - "lxmf": "lxmf-0.9.3-py3-none-any.whl", - "rnsh": "rnsh-0.1.5-py3-none-any.whl", + "rns": "rns-1.1.6-py3-none-any.whl", + "nomadnet": "nomadnet-0.9.9-py3-none-any.whl", + "lxmf": "lxmf-0.9.4-py3-none-any.whl", + "rnsh": "rnsh-0.1.9-py3-none-any.whl", } DEFAULT_TITLE = "RNode Bootstrap Console" @@ -194,8 +194,29 @@ def optimise_manual(path): ("_images/meshchat_1.webp", pm), ("_images/radio_is5ac.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), ("../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 diff --git a/Makefile b/Makefile index 8ba24a9..4e5e89c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ prep: prep-avr prep-esp32 prep-samd prep-avr: 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 unsignedio:avr --config-file arduino-cli.yaml prep-esp32: arduino-cli core update-index --config-file arduino-cli.yaml diff --git a/Release/console_image.bin b/Release/console_image.bin index 32aa935..4a88d4f 100644 Binary files a/Release/console_image.bin and b/Release/console_image.bin differ diff --git a/arduino-cli.yaml b/arduino-cli.yaml index 6dd5f8d..d358070 100644 --- a/arduino-cli.yaml +++ b/arduino-cli.yaml @@ -4,4 +4,3 @@ board_manager: - 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://adafruit.github.io/arduino-board-index/package_adafruit_index.json - - http://unsigned.io/arduino/package_unsignedio_UnsignedBoards_index.json