15
0
Fork
You've already forked fritzdeur
0
Fritzkoelkastdeur-mqtt-melder
  • C++ 90.3%
  • Shell 9.7%
Find a file
2025年09月04日 05:56:17 +02:00
.gitignore Remove OTA password from git, fix OTA port, add upload script 2019年08月31日 19:55:59 +02:00
fritzdeur.ino Watchdog 2019年12月19日 02:04:47 +01:00
LICENSE Add LICENSE 2025年09月04日 05:56:17 +02:00
platformio.ini Remove OTA password from git, fix OTA port, add upload script 2019年08月31日 19:55:59 +02:00
README.md OTA instructions 2019年08月31日 19:59:49 +02:00
upload.sh Remove OTA password from git, fix OTA port, add upload script 2019年08月31日 19:55:59 +02:00

OTA via PlatformIO

  1. Install platformio (sudo pip3 install platformio)
  2. Run ./upload.sh
  3. If the password was wrong, rm OTA_PASSWORD.h and try again

OTA via Arduino IDE (untested; does this work?)

  1. Create OTA_PASSWORD.h and add:

    #define OTA_PASSWORD "passwordhere"

  2. Make sure Arduino IDE is closed (all windows!)

  3. Start Arduino IDE