Block a user
Lomanic
synced commits to go-version at fuz/presence-button-web from mirror
2020-10-05 03:29:18 +00:00
09d882dc10
WIP
88009a0c55
Remove krzychb/EspSaveCrash from README as it's not used anymore
f5b347b3b1
Use safer ESP.restart() instead of ESP.reset() to reboot the ESP
f13018e93b
Remove matrixRoom config and replace matrixMessage config by notifiedEndpoint
2aadc3b5e0
Rename main.ino to presence-button.ino to follow Arduino IDE convention
a57f9bfc0e
Reduce codebase to improve reliability
a0d852c1ed
Ping presence-button.glitch.me via (insecure) HTTPS
4c74d44d02
Remove useless @mention notification API
404c440ed4
Remove EspSaveCrash as it wasn't saving any crash, doh!
Lomanic
synced new reference multiroom to fuz/presence-button from mirror
2019-12-01 00:19:52 +00:00
Fix ArduinoOTA and put OTA setup in dedicated function
Don't merge right now, this might not be a proper fix, as mDNS should already be handled by ArduinoOTA.handle()
. It looks like some weird bug like esp8266/Arduino#6205. To be tested on another webduino maybe?
Fix ArduinoOTA and put OTA setup in dedicated function
a9174a59b8
Merge branch 'arduinoota' of Lomanic/PiedThon into master
64549943c7
Link Fuz wiki in README
87dc889a7b
Implement OTA over local WiFi
e99219cc16
Autoformat Arduino code wit Arduino IDE
Implement ArduinoOTA, format arduino.cpp