mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
2 lines
235 B
Bash
Executable File
2 lines
235 B
Bash
Executable File
#../tools/mac/arduinoOTA -address 192.168.88.21 -port 65280 -username arduino -password password -sketch firmware.bin -b -upload /sketch
|
|
curl --basic --user arduino:password --data-ascii "$2" --url http://192.168.88.21:65280/command/$1 |