Skip to content

Commit 7bac4cc

Browse files
committed
fix: Add SleepyDog lib and correct firmware script
1 parent 222f7d0 commit 7bac4cc

5 files changed

+7
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
arduino-cli lib install "Adafruit SleepyDog Library"@1.4.0
3+
@pause

Installation/Windows/05_push_firmware_to_sensebox.bat

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
set /p PORT="An welchem Port ist die Sensebox angeschlossen? "
3+
arduino-cli compile --fqbn sensebox:samd:sb --libraries %CD%/../../Components/ -u -p %PORT% %CD%/../../Sketches/SenseBoxMcu
4+
@pause

0 commit comments

Comments
 (0)