Commit Graph

  • 41aa1436f9 Modified config master Rohan Sircar 2020-08-08 21:29:25 +0530
  • 2711cb2f1f
    Fix issue when compiling with PROGMEM_WWW flag omitted (#186) rjwats 2020-07-28 08:29:58 +0100
  • 25f04c3d7f
    Retain configured hostname (#173) rjwats 2020-07-19 19:57:59 +0100
  • c16f7693fd
    Migrate to LittleFS under ESP8266 rjwats 2020-07-19 19:32:08 +0100
  • 6ef5df28c1
    Add access point IP address configuration in UI rjwats 2020-07-07 22:22:38 +0100
  • f2b53a6d53
    Consistency fixes (#167) rjwats 2020-07-07 00:13:38 +0100
  • 1f07dcdab2
    OTA Upload Feature (#162) rjwats 2020-06-29 00:25:58 +0100
  • e86607bff3
    PSRAM Status (#159) rjwats 2020-06-21 23:02:07 +0100
  • f045e4d9e7
    Improve interface docs (#157) rjwats 2020-06-19 20:25:13 +0100
  • 0bea2fde92
    Add admin security predicate to time endpoint (#154) rjwats 2020-06-17 09:20:33 +0100
  • 55511e0611
    Allow time & date to be configured manually when NTP is inactive (#153) rjwats 2020-06-16 22:24:15 +0100
  • 003fd8af28
    Fix broken path in README (#150) rjwats 2020-06-12 18:47:20 +0100
  • 449d3c91ce
    Allow features to be disabled at build time (#143) rjwats 2020-06-09 21:57:44 +0100
  • 88748ac30d
    Merge pull request #147 from rjwats/ts-fixes rjwats 2020-06-08 18:16:55 +0100
  • 5269b47edc Reorder props to avoid TS error Rick Watson 2020-06-08 17:48:00 +0100
  • c1fdb9b485
    Resolve issue causing demo project to crash on esp8266 (#142) rjwats 2020-05-31 19:40:29 +0100
  • 555b3efd8d
    Access point fixes (#137) rjwats 2020-05-30 09:47:24 +0100
  • ddbb84454f
    Merge pull request #136 from rjwats/ui-use-enums rjwats 2020-05-29 21:05:29 +0100
  • 0004cf988b prefer enums over named consts in UI for better static analysis Rick Watson 2020-05-29 20:58:09 +0100
  • 0d39c5ca00
    Apply updates alternative (#135) rjwats 2020-05-29 20:18:43 +0100
  • d9ae0f5cf9
    Header logo (#133) rjwats 2020-05-26 20:46:20 +0100
  • 1e05546ecb
    Merge pull request #128 from rjwats/status-improvements2 rjwats 2020-05-25 16:29:09 +0100
  • f73c957477 add TODO Rick Watson 2020-05-25 11:35:03 +0100
  • b4f3fbe823 Remove SPIFFS reference from ESP8266 react, use FS pointer instead Rick Watson 2020-05-25 11:30:13 +0100
  • 98f49fd024 use "fs" instead of "spiffs" as spiffs is implementation specific Rick Watson 2020-05-25 11:04:13 +0100
  • aa04cfd80c fix imports use FSInfo struct for esp8266 Rick Watson 2020-05-25 11:00:42 +0100
  • f2dcc4e1e9
    Merge pull request #127 from raomin/e82/master rjwats 2020-05-25 10:28:55 +0100
  • 6510a72789 apply PR comments Raomin 2020-05-25 01:41:45 +0200
  • 681b9f67cf
    Merge branch 'master' into e82/master Raomin 2020-05-24 23:47:05 +0200
  • ab1c8e9ac1 Merged raomin 2020-05-24 23:44:04 +0200
  • 49910e1272 add spiffs size + formatting Raomin 2020-05-24 23:35:32 +0200
  • ce8929fd39 add spiffs size + formatting Raomin 2020-05-22 02:06:13 +0200
  • d68afe5e59
    Update readme (#126) rjwats 2020-05-23 10:08:59 +0100
  • bcb1098402
    Make StatefulService buffer size configurable (#118) rjwats 2020-05-22 19:26:12 +0100
  • 4fa491e309
    adopt explicit initialization - with the exception of trivial classes (#122) rjwats 2020-05-21 23:41:29 +0100
  • db0d98d425
    Extend Status (#121) rjwats 2020-05-21 22:52:07 +0100
  • 13f97b630f
    Fixed currentUpdatedHandlerId variable appearing multiple times in several build units. (#120) kasedy 2020-05-21 12:55:22 -0700
  • 0e2124062f
    Use references & flash strings where approperate (#110) rjwats 2020-05-21 08:42:21 +0100
  • 4e6823ceec
    Fixed crash due to uninitialized variable (#116) kasedy 2020-05-20 10:51:04 -0700
  • a59f32c420
    Factory reset feature (#114) rjwats 2020-05-20 00:32:49 +0100
  • 51dabb705f
    Fix MqttPubSub Constructor kasedy 2020-05-17 14:02:00 -0700
  • 7d3bbf4240
    UI Usability Fixes rjwats 2020-05-16 12:39:18 +0100
  • a1f4e57a21
    Rework backend add MQTT and WebSocket support rjwats 2020-05-14 23:23:45 +0100
  • c47ea49a5d ui fixes remove unused fuction Rick Watson 2020-03-28 21:30:10 +0000
  • fb7053610f
    fix issue with number inputs not serializing correctly due to setting values as strings instead of numbers (#94) rjwats 2020-02-27 00:05:38 +0000
  • a042633d8f
    Minor UI Updates (#93) rjwats 2020-02-19 00:04:57 +0000
  • 245a713a9f
    fix issue with platformio 4.2.0 not discriminating transitive dependencies from ESPAsyncWebServer's library.json correctly (#91) rjwats 2020-02-14 19:22:18 +0000
  • 260e9a18d0
    Re-engineer UI in TypeScript (#89) rjwats 2020-02-09 10:21:13 +0000
  • ea6aa78d60
    Fix issue under ESP32 where there is a delay re-configuring WiFi rjwats 2020-02-01 20:21:18 +0000
  • 39a86b0411
    External config rjwats 2020-02-01 08:44:26 +0000
  • 0ca9530afa
    disable sorting of include blocks - it's breaking the ESP32 build. (#82) rjwats 2020-01-22 23:52:34 +0000
  • ced5b74ba1
    NTP Timezone & Enable/Disable Setting (#80) rjwats 2020-01-20 11:14:46 +0000
  • 59326c6426
    provide OTA defaults (#77) rjwats 2020-01-08 23:02:36 +0000
  • bcfeef8004
    Interface data storage in PROGMEM (#71) rjwats 2019-12-29 17:54:12 +0000
  • 14f50c1e31
    Fix broken build under ESP32 rjwats 2019-12-26 15:12:27 +0000
  • 62f3d3fc7a fix broken imports under ESP32 use ESP32 rather than ESP_PLATFORM - it's ambigious standardise to ifdef ESP32 elif defined(ESP8266) use ifdef over if defined where possible Rick Watson 2019-12-24 11:19:19 +0000
  • 368bfef29b
    Merge pull request #68 from rjwats/clang-format rjwats 2019-12-03 23:28:11 +0000
  • f4ae632956 reformat with .clang-format based on google's spec with some minor changes Rick Watson 2019-12-03 23:16:06 +0000
  • 8fb805e0f2
    Merge pull request #63 from rjwats/rename rjwats 2019-12-01 08:37:35 +0000
  • 7bf713dfea rename "reset" to "restart" Rick Watson 2019-12-01 08:28:40 +0000
  • 6aede04282 Set persistant WiFi opmode to WIFI_OFF if not already configured that way Rick Watson 2019-12-01 01:24:15 +0000
  • a9e6bd4669 fix typo Rick Watson 2019-11-30 16:51:31 +0000
  • 5fa6a1218f
    Merge pull request #61 from rjwats/fix-formatting rjwats 2019-11-30 13:47:18 +0000
  • f5533b69de fix formatting issue Rick Watson 2019-11-30 13:42:47 +0000
  • 243e1b35be
    Merge pull request #59 from rjwats/ft_remove_arduinojson6_workaround rjwats 2019-11-30 13:33:33 +0000
  • 6179435880 Merge branch 'master' into ft_remove_arduinojson6_workaround Rick Watson 2019-11-30 13:23:50 +0000
  • 3c52b31260
    Merge pull request #60 from rjwats/ft_restart_service rjwats 2019-11-30 13:22:19 +0000
  • 1ded736b9a perfer restart on ESP32 platform Rick Watson 2019-11-30 13:15:59 +0000
  • a840aba878 Use ESP.reset() rather than ESP.restart() - due to exceptions encountered on esp8266 Rick Watson 2019-11-30 12:54:57 +0000
  • 78b9ae101e Add restart service for esp8266 and esp32 Add restart feature to status screen Upgrade material-ui Add icons to buttons Rick Watson 2019-11-30 12:34:52 +0000
  • d650280a87 remove custom work-around for missing arduinojson6 support - it has since been added to async esp core Rick Watson 2019-11-30 09:58:28 +0000
  • 69caa841a3
    Merge pull request #58 from rjwats/56-PlatformIO4.xFix rjwats 2019-11-27 09:42:33 +0000
  • 5976a443ce fix for PIO Core > 4.x Rick Watson 2019-11-27 09:21:34 +0000
  • 67eb9d4017
    Merge pull request #49 from rjwats/ft_demo_project rjwats 2019-09-30 22:06:06 +0100
  • b7b068813d minor style changes upgrade react dependencies - except react-scripts which currently has an issue with eslint https://github.com/facebook/create-react-app/issues/7753 Rick Watson 2019-09-30 22:00:16 +0100
  • d0fb2d982a update readme with changes to the demo code Rick Watson 2019-09-30 21:38:44 +0100
  • 41f7579bd5 Resolve issue with AP. Fix newly introduced null pointer in AuthenticationService. Rick Watson 2019-09-30 21:28:24 +0100
  • f77428e4dc move initialization code to constructors as a simplfication Rick Watson 2019-09-28 21:29:46 +0100
  • 29906a1d97 fix missing authentication predicate Rick Watson 2019-08-10 12:37:54 +0100
  • 15ae0bb248 WIP - some documentation Rick Watson 2019-08-10 12:35:26 +0100
  • 8a37302ced remove redundant class reference Rick Watson 2019-08-09 22:54:15 +0100
  • 632d6907e5 reorganise information page slightly Rick Watson 2019-08-09 22:33:09 +0100
  • 675a85e524 Add comment to development environment file Rick Watson 2019-08-09 22:23:42 +0100
  • 3a053f7696 standardise formatting in config files Rick Watson 2019-08-09 21:30:07 +0100
  • cf48c79b4d fix bug introduced in value change code Rick Watson 2019-08-09 21:26:31 +0100
  • 391fe85a4b comment out CORS setting Rick Watson 2019-08-09 20:36:18 +0100
  • 5069cd90a1 Add ENDPOINT_ROOT to Env constants, replace usages. Rick Watson 2019-08-09 20:33:15 +0100
  • 2a8599d855 remove unused styles missed in main refactor Rick Watson 2019-08-09 18:59:45 +0100
  • ef8061cbc3 use render callbacks for loading notification Rick Watson 2019-08-09 18:55:11 +0100
  • ff85c2e661 reduce use of ternaries in form code Rick Watson 2019-08-09 18:21:28 +0100
  • df06e58fb0 add demo project implementation Rick Watson 2019-08-09 15:53:39 +0100
  • aeea0d9aa6 Merge branch 'master' into ft_demo_project Rick Watson 2019-08-07 21:18:08 +0100
  • 2ceb54ce4c
    Merge pull request #48 from rjwats/notistack rjwats 2019-08-07 21:17:08 +0100
  • d1f3720cd9 Use success variant on sign-out. Rick Watson 2019-08-07 21:14:21 +0100
  • 5161d4bc3c add www artefact directory to git ignore rjwats 2019-08-04 18:43:48 +0100
  • a86b565c5a remove www directory, as it is a build artefact replace custom made notification component with notistack rjwats 2019-08-04 18:42:58 +0100
  • 77771aa807 add fix for latest platformio build changes Rick Watson 2019-07-14 22:14:22 +0100
  • f88520db44 experimenting with some refactoring Rick Watson 2019-07-14 22:13:26 +0100
  • a0d6524180 WIP - demo project Rick Watson 2019-07-06 23:56:30 +0100
  • 4bb4871a6d
    Update README.md rjwats 2019-06-26 21:12:59 +0100