mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-03 07:04:54 -04:00
Updated console build
This commit is contained in:
parent
33f7dde92e
commit
9445fc8992
3 changed files with 5 additions and 5 deletions
2
Config.h
2
Config.h
|
@ -20,7 +20,7 @@
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
#define MAJ_VERS 0x01
|
#define MAJ_VERS 0x01
|
||||||
#define MIN_VERS 0x4e
|
#define MIN_VERS 0x4f
|
||||||
|
|
||||||
#define MODE_HOST 0x11
|
#define MODE_HOST 0x11
|
||||||
#define MODE_TNC 0x12
|
#define MODE_TNC 0x12
|
||||||
|
|
|
@ -4,9 +4,9 @@ import sys
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
"rns": "rns-0.8.4-py3-none-any.whl",
|
"rns": "rns-0.8.7-py3-none-any.whl",
|
||||||
"nomadnet": "nomadnet-0.5.4-py3-none-any.whl",
|
"nomadnet": "nomadnet-0.5.5-py3-none-any.whl",
|
||||||
"lxmf": "lxmf-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",
|
"rnsh": "rnsh-0.1.4-py3-none-any.whl",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ mf.write(help_redirect)
|
||||||
mf.close()
|
mf.close()
|
||||||
|
|
||||||
def optimise_manual(path):
|
def optimise_manual(path):
|
||||||
pm = 60
|
pm = 56
|
||||||
scale_imgs = [
|
scale_imgs = [
|
||||||
("_images/board_rnodev2.png", pm),
|
("_images/board_rnodev2.png", pm),
|
||||||
("_images/board_rnode.png", pm),
|
("_images/board_rnode.png", pm),
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue