mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 15:14:51 -04:00
Updated console packages
This commit is contained in:
parent
1cba2806b1
commit
792f01ad3a
2 changed files with 3 additions and 4 deletions
|
@ -4,10 +4,9 @@ import sys
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
# "rnspure": "rnspure-0.4.6-py3-none-any.whl",
|
|
||||||
"rns": "rns-0.4.7-py3-none-any.whl",
|
"rns": "rns-0.4.7-py3-none-any.whl",
|
||||||
"nomadnet": "nomadnet-0.3.1-py3-none-any.whl",
|
"nomadnet": "nomadnet-0.3.2-py3-none-any.whl",
|
||||||
"lxmf": "lxmf-0.2.8-py3-none-any.whl",
|
"lxmf": "lxmf-0.2.9-py3-none-any.whl",
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_TITLE = "RNode Bootstrap Console"
|
DEFAULT_TITLE = "RNode Bootstrap Console"
|
||||||
|
@ -204,7 +203,7 @@ def optimise_manual(path):
|
||||||
"_static/scripts/furo.js.map",
|
"_static/scripts/furo.js.map",
|
||||||
"_static/jquery-3.6.0.js",
|
"_static/jquery-3.6.0.js",
|
||||||
"_static/jquery.js",
|
"_static/jquery.js",
|
||||||
"_images/sideband_1.png",
|
# "_images/sideband_1.png",
|
||||||
|
|
||||||
# Too long
|
# Too long
|
||||||
# "_static/sphinx_highlight.js",
|
# "_static/sphinx_highlight.js",
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue