Skip to content

Commit

Permalink
Updated console build
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 9, 2024
1 parent 33f7dde commit 9445fc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Console/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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",
}

Expand Down Expand Up @@ -174,7 +174,7 @@ def generate_html(f, root_path):
mf.close()

def optimise_manual(path):
pm = 60
pm = 56
scale_imgs = [
("_images/board_rnodev2.png", pm),
("_images/board_rnode.png", pm),
Expand Down
Binary file modified Release/console_image.bin
Binary file not shown.

0 comments on commit 9445fc8

Please sign in to comment.