diff --git a/Config.h b/Config.h index c005ca0..b9cb39c 100644 --- a/Config.h +++ b/Config.h @@ -19,7 +19,7 @@ #define CONFIG_H #define MAJ_VERS 0x01 - #define MIN_VERS 0x3B + #define MIN_VERS 0x3C #define PLATFORM_AVR 0x90 #define PLATFORM_ESP32 0x80 diff --git a/Console/build.py b/Console/build.py index a6846b3..2d028c5 100644 --- a/Console/build.py +++ b/Console/build.py @@ -4,7 +4,7 @@ import sys import shutil packages = { - "rns": "rns-0.5.0-py3-none-any.whl", + "rns": "rns-0.5.1-py3-none-any.whl", "nomadnet": "nomadnet-0.3.5-py3-none-any.whl", "lxmf": "lxmf-0.3.1-py3-none-any.whl", "rnsh": "rnsh-0.0.13-py3-none-any.whl", diff --git a/Release/console_image.bin b/Release/console_image.bin index 3ab8ede..534702d 100644 Binary files a/Release/console_image.bin and b/Release/console_image.bin differ