]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated console image
authorMark Qvist <mark@unsigned.io>
Wed, 2 Oct 2024 00:25:58 +0000 (02:25 +0200)
committerMark Qvist <mark@unsigned.io>
Wed, 2 Oct 2024 00:25:58 +0000 (02:25 +0200)
Console/Makefile
Console/build.py
Release/console_image.bin

index 690bd4dd055f4510a383687064b8812427208b2c..f5a674a9621e4d4eb93af6f1177e8a153bf7c963 100644 (file)
@@ -21,7 +21,7 @@ pages-debug:
 
 sourcepack:
        @echo Packing firmware sources...
-       zip --junk-paths -r build/pkg/rnode_firmware.zip ../arduino-cli.yaml ../Bluetooth.h ../Config.h ../Console.h ../Device.h ../Display.h ../Framing.h ../Graphics.h ../LICENSE ../LoRa.cpp ../LoRa.h ../Makefile ../MD5.cpp ../MD5.h ../partition_hashes ../Power.h ../README.md ../release_hashes.py ../RNode_Firmware.ino ../ROM.h ../Utilities.h ../esp32_btbufs.py
+       zip --junk-paths -r build/pkg/rnode_firmware.zip ../arduino-cli.yaml ../BLESerial.cpp ../BLESerial.h ../Bluetooth.h ../Boards.h ../Config.h ../Console.h ../Device.h ../Display.h ../Framing.h ../Graphics.h ../LICENSE ../Makefile ../MD5.cpp ../MD5.h ../partition_hashes ../Power.h ../README.md ../release_hashes.py ../RNode_Firmware.ino ../ROM.h ../sx126x.cpp ../sx126x.h ../sx127x.cpp ../sx127x.h ../sx128x.cpp ../sx128x.h ../Utilities.h ../esp32_btbufs.py
        
 data:
        @echo Including assets...
index 00d2e78e7cfd8c6b8101b93e2cc6e84c1120e28b..30f50c0e6eaadd162a198aec690d833f5e0d0001 100644 (file)
@@ -4,9 +4,9 @@ import sys
 import shutil
 
 packages = {
-    "rns": "rns-0.8.0-py3-none-any.whl",
+    "rns": "rns-0.8.1-py3-none-any.whl",
     "nomadnet": "nomadnet-0.5.3-py3-none-any.whl",
-    "lxmf": "lxmf-0.5.3-py3-none-any.whl",
+    "lxmf": "lxmf-0.5.4-py3-none-any.whl",
     "rnsh": "rnsh-0.1.4-py3-none-any.whl",
 }
 
@@ -174,7 +174,7 @@ mf.write(help_redirect)
 mf.close()
 
 def optimise_manual(path):
-    pm = 110
+    pm = 100
     scale_imgs = [
         ("_images/board_rnodev2.png", pm),
         ("_images/board_rnode.png", pm),
index 38ae6baf1cf7978c5380dd402c18319c0d97d8fb..66cc99c859870151ebd4c6bcf509ab99180c2687 100644 (file)
Binary files a/Release/console_image.bin and b/Release/console_image.bin differ