Commit Graph

17 Commits

Author SHA1 Message Date
ced5b74ba1 NTP Timezone & Enable/Disable Setting (#80)
* quick and dirty WIP to investigate timezones, currently only building under esp8266 platform
much of the status stuff has been stripped for now, to test the concepts

* support set of common features across ESP32/ESP8266 WRT timezone and sntp
return dates as ISO format strings

* remove time library, and timelib fix which is no longer required

* fix the icons

* remove temporary changes to demo project
2020-01-20 11:14:46 +00:00
bcfeef8004 Interface data storage in PROGMEM (#71)
Adds a webpack plugin to package interface as PROGMEM into a header file in the framework.
Adds a build flag to optionally enable serving from PROGMEM or SPIFFS as required
Adds documentation changes to describe changes
2019-12-29 17:54:12 +00:00
49132c66f8 revert to esp8266 in platformio.ini
latest build
2019-06-03 22:15:01 +01:00
5d9ccd3095 don't use deprecated theme spacing 2019-06-02 19:01:06 +01:00
9da0888d7d Merge branch 'master' into ft_user_security 2019-06-02 16:07:23 +01:00
49eb17b221 resolve build issue under windows with pre-build script 2019-06-02 14:27:55 +01:00
1b701dc198 add comments to platformio.ini
more work on readme
2019-06-01 19:53:42 +01:00
0c630f0f93 Upgrade to material ui 4
Add user management and roles - TBA
Menu Label Renames - TBA
2019-05-24 12:19:27 +01:00
396d0333b6 More specific access control headers to support cross origin Authorization
Pretty sign in page
Verify existing JWT on application mount
2019-05-19 17:51:57 +01:00
348e65ba4b Fix dependencies to latest minor version of current release
Remove Time dependency - is being provided as transitive dependency from NTPClient - platformio does not de-conflict
2019-04-24 23:41:24 +01:00
e68b7627f2 Arduinojson6 (#8)
* Remove redundant AuthSettingsService. Will re-implement properly soon using JWT.

* Support ArduinoJson >= 6.0.0

* Fix ArduinoJson version to 6.x.x
2019-04-14 08:52:40 +01:00
781b74ecee Modify platformio.ini to allow use of deprecated ArduinoJson libraries
This project fails to build with environments using the latest versions of ArduinoJson (anything post 5.13).  This edit allows the existing codebase compile using ArduinoJson v5.x objects that have been deprecated in newer library releases.
2019-04-07 14:51:08 -07:00
b00660533d update platformio.ini 2018-11-11 19:56:44 +00:00
14820616a6 Add code and required to support differences between eps32 and esp8266 environments 2018-11-11 17:47:44 +00:00
6f85557cc5 update platformio.ini to new variables 2018-09-20 09:08:52 +01:00
85784a2535 Add feature to enable CORS during the build. 2018-02-26 22:55:58 +00:00
63a639eb22 initial commit of C++ back end and react front end 2018-02-26 00:11:31 +00:00