From 422f637245b91cf079f893e2e36f9c20efb4b85f Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Tue, 16 Jul 2024 21:38:15 +0100 Subject: [PATCH] Increment sleep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a52d72..92733d2 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +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 + @sleep 2 python3 rnodeconf.py /dev/ttyACM0 --set-firmware-length $$(ls -l ./build/rakwireless.nrf52.WisCoreRAK4631Board/freeNode_Firmware.ino.bin | awk '{print $$5}')