diff --git a/Config.h b/Config.h index 555e194..36d5db5 100644 --- a/Config.h +++ b/Config.h @@ -20,7 +20,7 @@ #define CONFIG_H #define MAJ_VERS 0x01 - #define MIN_VERS 0x4e + #define MIN_VERS 0x4f #define MODE_HOST 0x11 #define MODE_TNC 0x12 diff --git a/Console/build.py b/Console/build.py index 4ecb164..54587ca 100644 --- a/Console/build.py +++ b/Console/build.py @@ -4,9 +4,9 @@ import sys import shutil packages = { - "rns": "rns-0.8.4-py3-none-any.whl", - "nomadnet": "nomadnet-0.5.4-py3-none-any.whl", - "lxmf": "lxmf-0.5.5-py3-none-any.whl", + "rns": "rns-0.8.7-py3-none-any.whl", + "nomadnet": "nomadnet-0.5.5-py3-none-any.whl", + "lxmf": "lxmf-0.5.8-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 = 60 + pm = 56 scale_imgs = [ ("_images/board_rnodev2.png", pm), ("_images/board_rnode.png", pm), diff --git a/Release/console_image.bin b/Release/console_image.bin index 48e35cc..8593f00 100644 Binary files a/Release/console_image.bin and b/Release/console_image.bin differ