mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-10-01 03:15:39 -04:00
Reduced console image size
This commit is contained in:
parent
308d650e9a
commit
11238720e5
@ -174,7 +174,7 @@ mf.write(help_redirect)
|
|||||||
mf.close()
|
mf.close()
|
||||||
|
|
||||||
def optimise_manual(path):
|
def optimise_manual(path):
|
||||||
pm = 140
|
pm = 115
|
||||||
scale_imgs = [
|
scale_imgs = [
|
||||||
("_images/board_rnodev2.png", pm),
|
("_images/board_rnodev2.png", pm),
|
||||||
("_images/board_rnode.png", pm),
|
("_images/board_rnode.png", pm),
|
||||||
@ -208,6 +208,10 @@ def optimise_manual(path):
|
|||||||
"_static/_sphinx_javascript_frameworks_compat.js",
|
"_static/_sphinx_javascript_frameworks_compat.js",
|
||||||
"_static/scripts/furo.js.LICENSE.txt",
|
"_static/scripts/furo.js.LICENSE.txt",
|
||||||
"_static/styles/furo-extensions.css.map",
|
"_static/styles/furo-extensions.css.map",
|
||||||
|
# "_static/pygments.css",
|
||||||
|
# "_static/language_data.js",
|
||||||
|
# "_static/searchtools.js",
|
||||||
|
# "searchindex.js",
|
||||||
]
|
]
|
||||||
for file in remove_files:
|
for file in remove_files:
|
||||||
fp = path+"/"+file
|
fp = path+"/"+file
|
||||||
|
Loading…
Reference in New Issue
Block a user