36 Commits (b4f3fbe8231bb49acfca7574c150aa6902bd4ff2)

Author SHA1 Message Date
Rick Watson b4f3fbe823 Remove SPIFFS reference from ESP8266 react, use FS pointer instead 4 years ago
Rick Watson 98f49fd024 use "fs" instead of "spiffs" as spiffs is implementation specific 4 years ago
Rick Watson aa04cfd80c fix imports 4 years ago
Raomin 6510a72789 apply PR comments 4 years ago
Raomin 49910e1272 add spiffs size + formatting 4 years ago
Raomin ce8929fd39 add spiffs size + formatting 4 years ago
rjwats bcb1098402
Make StatefulService buffer size configurable (#118) 4 years ago
rjwats 4fa491e309
adopt explicit initialization - with the exception of trivial classes (#122) 4 years ago
rjwats db0d98d425
Extend Status (#121) 4 years ago
kasedy 13f97b630f
Fixed currentUpdatedHandlerId variable appearing multiple times in several build units. (#120) 4 years ago
rjwats 0e2124062f
Use references & flash strings where approperate (#110) 4 years ago
kasedy 4e6823ceec
Fixed crash due to uninitialized variable (#116) 4 years ago
rjwats a59f32c420
Factory reset feature (#114) 4 years ago
kasedy 51dabb705f
Fix MqttPubSub Constructor 4 years ago
rjwats a1f4e57a21
Rework backend add MQTT and WebSocket support 4 years ago
Rick Watson c47ea49a5d ui fixes 4 years ago
rjwats ea6aa78d60
Fix issue under ESP32 where there is a delay re-configuring WiFi 4 years ago
rjwats 39a86b0411
External config 4 years ago
rjwats ced5b74ba1
NTP Timezone & Enable/Disable Setting (#80) 4 years ago
rjwats 59326c6426
provide OTA defaults (#77) 5 years ago
rjwats bcfeef8004
Interface data storage in PROGMEM (#71) 5 years ago
Rick Watson 62f3d3fc7a fix broken imports under ESP32 5 years ago
Rick Watson f4ae632956 reformat with .clang-format based on google's spec with some minor changes 5 years ago
Rick Watson 7bf713dfea rename "reset" to "restart" 5 years ago
Rick Watson 6aede04282 Set persistant WiFi opmode to WIFI_OFF if not already configured that way 5 years ago
Rick Watson f5533b69de fix formatting issue 5 years ago
Rick Watson 1ded736b9a perfer restart on ESP32 platform 5 years ago
Rick Watson a840aba878 Use ESP.reset() rather than ESP.restart() - due to exceptions encountered on esp8266 5 years ago
Rick Watson 78b9ae101e Add restart service for esp8266 and esp32 5 years ago
Rick Watson d650280a87 remove custom work-around for missing arduinojson6 support - it has since been added to async esp core 5 years ago
Rick Watson 41f7579bd5 Resolve issue with AP. 5 years ago
Rick Watson f77428e4dc move initialization code to constructors as a simplfication 5 years ago
Rick Watson 15ae0bb248 WIP - some documentation 5 years ago
Rick Watson f88520db44 experimenting with some refactoring 5 years ago