Skip to content

Commit 3f64975

Browse files
committed
feat(FwUploader): Unfinished PoC
Waiting for arduino/arduino-fwuploader#85 to be delivered.
1 parent 362972e commit 3f64975

16 files changed

+1530
-0
lines changed
Binary file not shown.
Binary file not shown.

Installation/Winc1500Updater/FirmwareUpdater.SenseBoxMcuV2.ino.hex

+1,104
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.

Installation/Winc1500Updater/LICENSE.txt

+420
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
rem set /p PORT="An welchem Port ist die Sensebox angeschlossen? "
3+
for /D %%I in ("%USERPROFILE%\Arduino15\packages\arduino\tools\bossac\1*") do "%%~I\bossac.exe"
4+
echo "%I%"
5+
rem FirmwareUploader --model winc --flasher FirmwareUpdater.SenseBoxMcuV2.ino.bin --firmware firmware\19.6.1_m2m_aio_3a0.bin --port %PORT% --retries 1 --programmer {runtime.tools.bossac.path}/bossac.exe
6+
@pause
Binary file not shown.

0 commit comments

Comments
 (0)