Skip to content

Commit

Permalink
Updated console image
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Oct 2, 2024
1 parent f1bb794 commit 354d4c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Console/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pages-debug:

sourcepack:
@echo Packing firmware sources...
zip --junk-paths -r build/pkg/rnode_firmware.zip ../arduino-cli.yaml ../Bluetooth.h ../Config.h ../Console.h ../Device.h ../Display.h ../Framing.h ../Graphics.h ../LICENSE ../LoRa.cpp ../LoRa.h ../Makefile ../MD5.cpp ../MD5.h ../partition_hashes ../Power.h ../README.md ../release_hashes.py ../RNode_Firmware.ino ../ROM.h ../Utilities.h ../esp32_btbufs.py
zip --junk-paths -r build/pkg/rnode_firmware.zip ../arduino-cli.yaml ../BLESerial.cpp ../BLESerial.h ../Bluetooth.h ../Boards.h ../Config.h ../Console.h ../Device.h ../Display.h ../Framing.h ../Graphics.h ../LICENSE ../Makefile ../MD5.cpp ../MD5.h ../partition_hashes ../Power.h ../README.md ../release_hashes.py ../RNode_Firmware.ino ../ROM.h ../sx126x.cpp ../sx126x.h ../sx127x.cpp ../sx127x.h ../sx128x.cpp ../sx128x.h ../Utilities.h ../esp32_btbufs.py

data:
@echo Including assets...
Expand Down
6 changes: 3 additions & 3 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.0-py3-none-any.whl",
"rns": "rns-0.8.1-py3-none-any.whl",
"nomadnet": "nomadnet-0.5.3-py3-none-any.whl",
"lxmf": "lxmf-0.5.3-py3-none-any.whl",
"lxmf": "lxmf-0.5.4-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 = 110
pm = 100
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 354d4c8

Please sign in to comment.