Commit Graph

208 Commits

Author SHA1 Message Date
76e9f9f7ea #5 - Readme documentation states incorrect ENDPOINT_ROOT path for local hosting
* Update README.md with correct instructions.
* Update development enviornment file with indicitive value for locally hosting react app
2019-04-10 08:31:39 +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
e95f451523 Add info to readme about issue with Time.h 2019-02-12 23:12:16 +00:00
d03c03fd9d Remove refrence to SPIFFS global from persistence code, factor out persistence code so it can be re-used. 2018-12-10 22:35:12 +00:00
4e200f3d08 latest interface build 2018-11-11 20:12:24 +00:00
2f508c738f Update README.md
Disable conversion function when not building for ESP8266
2018-11-11 20:10:21 +00:00
b00660533d update platformio.ini 2018-11-11 19:56:44 +00:00
81d594f899 Force reconfiguration of software access point when updating config or initializing APSettingsService instance. 2018-11-11 19:44:20 +00:00
be1c86710b Update README.md 2018-11-11 18:35:52 +00:00
30fab72690 Fix mistake in wifi scanner implementation 2018-11-11 18:35:33 +00:00
83451e7d47 Unify approach for presenting security modes across esp32 and esp8266 2018-11-11 18:24:59 +00:00
cc7acab37c Modify compression scheme - no longer compressing index.html due to issues serving compressed file directly with .send on esp32
Removed css from compression plugin - using CSS-in-JS in app
Introduce favicon - add mapping for favicon.ico, was previously sending html response for requests for the favicon
2018-11-11 17:53:58 +00:00
14820616a6 Add code and required to support differences between eps32 and esp8266 environments 2018-11-11 17:47:44 +00:00
26a03b5ccf preprocessor includes for esp8266 and esp32 environments 2018-11-11 16:44:29 +00:00
1521b135e1 Minor simplification of includes 2018-11-11 16:36:41 +00:00
167cfa283b fix some basic type issues:
use size_t for size as async web server uses this type internally
use uint8_t for provision mode, we only have 3 values
address warnings about ordering initializers
2018-10-23 15:23:46 +01:00
b197ee8a80 calculate elapsed time rather than storing next fire time - avoids overflow issues 2018-10-23 13:55:25 +01:00
ec829173f9 update package-lock 2018-09-20 09:16:46 +01:00
6f85557cc5 update platformio.ini to new variables 2018-09-20 09:08:52 +01:00
02fabd3f91 push latest build 2018-09-14 15:48:40 +01:00
d2847be8a1 use .env to configure endpoint root automatically for production and development 2018-09-14 15:40:46 +01:00
17102bf867 update libraries 2018-09-14 15:40:15 +01:00
382f2d46bc remove centered from Tabs component 2018-09-14 15:39:02 +01:00
4181928267 use latest material ui 2018-05-18 23:34:49 +01:00
be7765b584 use latest material ui 2018-05-18 23:34:31 +01:00
66fd863502 prefix settings paths with /rest in interface 2018-04-01 10:53:22 +01:00
b6bc520341 prefix all endpoints with /rest 2018-04-01 10:51:24 +01:00
1d2284068a add css override to reduce file path length 2018-03-29 09:57:52 +01:00
c8da54aae6 add simple service 2018-03-29 09:54:02 +01:00
4cb18a5d99 re-ordering 2018-03-11 08:37:38 +00:00
f216610f34 remove invalid ip address from endpoint 2018-03-06 23:01:09 +00:00
87e499a25c Create LICENSE.txt 2018-03-06 22:49:53 +00:00
088be57347 latest build 2018-03-06 22:43:56 +00:00
b7b314e86b update readme 2018-03-06 22:43:34 +00:00
82adad4746 introduce captive portal, tidy up ap management code 2018-03-06 22:39:33 +00:00
beb3ff9a62 fix bug associated with dangling pointer 2018-03-06 22:36:55 +00:00
0b334a8ade use fragments where possible, and drop keys. 2018-03-06 20:58:36 +00:00
2c732d3281 remove redundant code and refrences 2018-03-04 17:53:57 +00:00
036c9de75c fix minor bug with refresh button on wifi settings 2018-03-04 17:43:01 +00:00
62ca13b1a4 remove boilerplate from settings 2018-03-04 17:36:04 +00:00
eb4bcf708e start reducing boilerplate by introducing rest HOC 2018-03-04 16:49:24 +00:00
1039308a2d latest build 2018-03-03 23:04:34 +00:00
c2b6e0723f minor readme update 2018-03-03 22:47:19 +00:00
521462cf75 Use global snackbar 2018-03-03 22:41:57 +00:00
5ffe4ab235 remove some redundant code 2018-03-03 18:17:46 +00:00
6496a56dc7 make divider id unique 2018-03-03 18:06:43 +00:00
4f385e30c5 minor correction to docs 2018-03-03 12:14:18 +00:00
53ed543e3f typo in documentation 2018-03-03 12:13:09 +00:00
f6aaa2077b fix links in documentation 2018-03-03 12:11:15 +00:00
7fe6011d4e more documentation 2018-03-03 12:09:03 +00:00