]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated console build
authorMark Qvist <mark@unsigned.io>
Wed, 25 Sep 2024 12:21:02 +0000 (14:21 +0200)
committerMark Qvist <mark@unsigned.io>
Wed, 25 Sep 2024 12:21:02 +0000 (14:21 +0200)
Console/assets/images/bg_h_1.webp
Console/assets/stl/Handheld_RNode_Parts.7z
Console/build.py

index e650d09d716a74793e24ebbd99f411782b7046e5..9fa57e3368a9620946cb9e6f3b05c60b3fa9e2f3 100644 (file)
Binary files a/Console/assets/images/bg_h_1.webp and b/Console/assets/images/bg_h_1.webp differ
index 52288ce0b4d3ed1c1b82a5437e4732ac838887bf..9da4683f975c4ab37cc413e1fde21339f0f5af43 100644 (file)
Binary files a/Console/assets/stl/Handheld_RNode_Parts.7z and b/Console/assets/stl/Handheld_RNode_Parts.7z differ
index 5d8a119c81d339c35eabaca620d49b1e00cf5f1f..00d2e78e7cfd8c6b8101b93e2cc6e84c1120e28b 100644 (file)
@@ -4,9 +4,9 @@ import sys
 import shutil
 
 packages = {
-    "rns": "rns-0.7.5-py3-none-any.whl",
-    "nomadnet": "nomadnet-0.4.9-py3-none-any.whl",
-    "lxmf": "lxmf-0.4.3-py3-none-any.whl",
+    "rns": "rns-0.8.0-py3-none-any.whl",
+    "nomadnet": "nomadnet-0.5.3-py3-none-any.whl",
+    "lxmf": "lxmf-0.5.3-py3-none-any.whl",
     "rnsh": "rnsh-0.1.4-py3-none-any.whl",
 }
 
@@ -184,9 +184,11 @@ def optimise_manual(path):
         ("_images/sideband_devices.webp", pm),
         ("_images/board_tbeam.png", pm),
         ("_images/nomadnet_3.png", pm),
+        ("_images/meshchat_1.webp", pm),
         ("_images/radio_is5ac.png", pm),
         ("_images/radio_rblhg5.png", pm),
         ("_static/rns_logo_512.png", 256),
+        ("../images/bg_h_1.webp", pm),
     ]
 
     import subprocess
@@ -205,6 +207,7 @@ def optimise_manual(path):
         "_static/scripts/furo.js.map",
         "_static/jquery-3.6.0.js",
         "_static/jquery.js",
+        "static/underscore-1.13.1.js",
         "_static/_sphinx_javascript_frameworks_compat.js",
         "_static/scripts/furo.js.LICENSE.txt",
         "_static/styles/furo-extensions.css.map",