]> git.tnoah.ca Git - lora-radio.git/commitdiff
Fix console makefile build
authorjacob.eva <x00010@disroot.org>
Mon, 10 Jun 2024 13:20:58 +0000 (14:20 +0100)
committerjacob.eva <x00010@disroot.org>
Mon, 10 Jun 2024 13:20:58 +0000 (14:20 +0100)
Console/Makefile

index 34f53d901226d62ab66f5f19d29ea67c5df3cb7e..d3158aeda1588a77367b889eac1862eb49b29ecf 100644 (file)
@@ -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 ../Boards.h ../Config.h ../Console.h ../Device.h ../Display.h ../Framing.h ../Graphics.h ../Input.h ../LICENSE ../Makefile ../MD5.cpp ../MD5.h ../Modem.h ../partition_hashes ../Power.h ../README.md ../release_hashes.py ../RNode_Firmware_CE.ino ../ROM.h ../sx126x.cpp ../sx126x.h ../sx127x.cpp ../sx127x.h ../sx128x.cpp ../sx128x.h ../Utilities.h
        
 data:
        @echo Including assets...