Fritzkoelkastdeur-mqtt-melder
- C++ 90.3%
- Shell 9.7%
| .gitignore | Remove OTA password from git, fix OTA port, add upload script | |
| fritzdeur.ino | Watchdog | |
| LICENSE | Add LICENSE | |
| platformio.ini | Remove OTA password from git, fix OTA port, add upload script | |
| README.md | OTA instructions | |
| upload.sh | Remove OTA password from git, fix OTA port, add upload script | |
OTA via PlatformIO
- Install platformio (
sudo pip3 install platformio) - Run
./upload.sh - If the password was wrong,
rm OTA_PASSWORD.hand try again
OTA via Arduino IDE (untested; does this work?)
-
Create
OTA_PASSWORD.hand add:#define OTA_PASSWORD "passwordhere"
-
Make sure Arduino IDE is closed (all windows!)
-
Start Arduino IDE