From: Mark Qvist Date: Fri, 5 May 2023 12:22:22 +0000 (+0200) Subject: Updated version and console image X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=a31d655eb92f263ea0e3e5c8ca234fb8ac6a447e;p=lora-radio.git Updated version and console image --- 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