Updated console build
This commit is contained in:
parent
33f7dde92e
commit
9445fc8992
2
Config.h
2
Config.h
|
@ -20,7 +20,7 @@
|
|||
#define CONFIG_H
|
||||
|
||||
#define MAJ_VERS 0x01
|
||||
#define MIN_VERS 0x4e
|
||||
#define MIN_VERS 0x4f
|
||||
|
||||
#define MODE_HOST 0x11
|
||||
#define MODE_TNC 0x12
|
||||
|
|
|
@ -4,9 +4,9 @@ import sys
|
|||
import shutil
|
||||
|
||||
packages = {
|
||||
"rns": "rns-0.8.4-py3-none-any.whl",
|
||||
"nomadnet": "nomadnet-0.5.4-py3-none-any.whl",
|
||||
"lxmf": "lxmf-0.5.5-py3-none-any.whl",
|
||||
"rns": "rns-0.8.7-py3-none-any.whl",
|
||||
"nomadnet": "nomadnet-0.5.5-py3-none-any.whl",
|
||||
"lxmf": "lxmf-0.5.8-py3-none-any.whl",
|
||||
"rnsh": "rnsh-0.1.4-py3-none-any.whl",
|
||||
}
|
||||
|
||||
|
@ -174,7 +174,7 @@ mf.write(help_redirect)
|
|||
mf.close()
|
||||
|
||||
def optimise_manual(path):
|
||||
pm = 60
|
||||
pm = 56
|
||||
scale_imgs = [
|
||||
("_images/board_rnodev2.png", pm),
|
||||
("_images/board_rnode.png", pm),
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue