Lomanic
|
88009a0c55
|
Remove krzychb/EspSaveCrash from README as it's not used anymore
|
2020-10-03 17:12:11 +02:00 |
|
Lomanic
|
f5b347b3b1
|
Use safer ESP.restart() instead of ESP.reset() to reboot the ESP
https://github.com/esp8266/Arduino/issues/1722#issuecomment-192624783
|
2020-06-13 17:57:22 +02:00 |
|
Lomanic
|
f13018e93b
|
Remove matrixRoom config and replace matrixMessage config by notifiedEndpoint
Also rename various variables
Unfortunately, it's not possible to do HTTP calls in a ticker
|
2020-06-12 23:01:51 +02:00 |
|
Lomanic
|
2aadc3b5e0
|
Rename main.ino to presence-button.ino to follow Arduino IDE convention
|
2020-06-02 00:59:46 +02:00 |
|
Lomanic
|
a57f9bfc0e
|
Reduce codebase to improve reliability
Remove everything matrix-related
Remove SOS morse code to signal errors, just blink LED quickly with a ticker
|
2020-06-02 00:57:46 +02:00 |
|
Lomanic
|
a0d852c1ed
|
Ping presence-button.glitch.me via (insecure) HTTPS
|
2020-02-24 23:35:01 +01:00 |
|
Lomanic
|
4c74d44d02
|
Remove useless @mention notification API
|
2020-02-24 23:14:08 +01:00 |
|
Lomanic
|
404c440ed4
|
Remove EspSaveCrash as it wasn't saving any crash, doh!
|
2020-02-24 22:41:57 +01:00 |
|
Lomanic
|
4e9a9a44c5
|
Save crash details to EEPROM with EspSaveCrash as previous commit didn't fix this issue
|
2019-11-30 23:36:02 +01:00 |
|
Lomanic
|
b7ec6df8ec
|
Fix HTTP polling to presence-button.glitch.me, randomly crashing after some time
|
2019-11-20 22:31:20 +01:00 |
|
Lomanic
|
450fdfcddf
|
Notify if the hackerspace is open or not to presence-button.glitch.me using HTTP polling
|
2019-11-03 17:34:39 +01:00 |
|
Lomanic
|
fa476a75d5
|
Add webserver and mDNS for easier deployment/admin and starting implementation of hackerspace closing notification
|
2019-11-02 23:49:08 +01:00 |
|
Lomanic
|
4251dd9558
|
Reset wifi/Matrix settings on button long press, use back WifiManager
|
2019-11-02 23:37:51 +01:00 |
|
Lomanic
|
bbd8eba8f1
|
React to mentions on Matrix and send reply on button press, use ESP8266WiFiMulti
|
2019-11-02 23:35:38 +01:00 |
|
Lomanic
|
879f1d8a88
|
Send message to Matrix room at startup
|
2019-11-02 23:31:54 +01:00 |
|
Lomanic
|
95d8a161a7
|
Define customizable settings in WifiManager written to SPIFFS
|
2019-11-02 23:29:53 +01:00 |
|
Lomanic
|
bf3c442da8
|
Use WiFiManager for initial config and reset config with button press
|
2019-11-02 23:25:06 +01:00 |
|
Lomanic
|
f3bd3c0c90
|
Make the LED blink as a hello world
|
2019-11-02 23:24:52 +01:00 |
|