diff --git a/Console/Makefile b/Console/Makefile index 34f53d9..690bd4d 100644 --- a/Console/Makefile +++ b/Console/Makefile @@ -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 + 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 data: @echo Including assets... diff --git a/Release/console_image.bin b/Release/console_image.bin index 4af55bb..54bfab5 100644 Binary files a/Release/console_image.bin and b/Release/console_image.bin differ