From: Mark Qvist Date: Sat, 14 Jan 2023 20:26:00 +0000 (+0100) Subject: Updated console packages X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=792f01ad3ad3d5aa6754195a03e4c43718874d97;p=lora-radio.git Updated console packages --- diff --git a/Console/build.py b/Console/build.py index f040c0e..9a3a167 100644 --- a/Console/build.py +++ b/Console/build.py @@ -4,10 +4,9 @@ import sys import shutil packages = { - # "rnspure": "rnspure-0.4.6-py3-none-any.whl", "rns": "rns-0.4.7-py3-none-any.whl", - "nomadnet": "nomadnet-0.3.1-py3-none-any.whl", - "lxmf": "lxmf-0.2.8-py3-none-any.whl", + "nomadnet": "nomadnet-0.3.2-py3-none-any.whl", + "lxmf": "lxmf-0.2.9-py3-none-any.whl", } DEFAULT_TITLE = "RNode Bootstrap Console" @@ -204,7 +203,7 @@ def optimise_manual(path): "_static/scripts/furo.js.map", "_static/jquery-3.6.0.js", "_static/jquery.js", - "_images/sideband_1.png", + # "_images/sideband_1.png", # Too long # "_static/sphinx_highlight.js", diff --git a/Release/console_image.bin b/Release/console_image.bin index 562a598..2d71090 100644 Binary files a/Release/console_image.bin and b/Release/console_image.bin differ