Compare commits

...

2 Commits

Author SHA1 Message Date
jacob.eva
afdb99f2a5
Merge remote-tracking branch 'upstream/nrf52-hash-fix' 2024-07-16 21:28:44 +01:00
jacob.eva
c0272c9536
Add delay to prevent failure 2024-07-16 21:28:01 +01:00

View File

@ -206,6 +206,7 @@ upload-freenode:
@echo This target currently uses a custom version of rnodeconf to set the firmware length on the device.
@echo This will be removed once the feature has been included upstream, or another solution has been found.
@echo
@sleep 1
python3 rnodeconf.py /dev/ttyACM0 --set-firmware-length $$(ls -l ./build/rakwireless.nrf52.WisCoreRAK4631Board/freeNode_Firmware.ino.bin | awk '{print $$5}')