Commit Graph

64 Commits

Author SHA1 Message Date
Rick Watson
14820616a6 Add code and required to support differences between eps32 and esp8266 environments 2018-11-11 17:47:44 +00:00
Rick Watson
26a03b5ccf preprocessor includes for esp8266 and esp32 environments 2018-11-11 16:44:29 +00:00
Rick Watson
1521b135e1 Minor simplification of includes 2018-11-11 16:36:41 +00:00
Rick Watson
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
Rick Watson
b197ee8a80 calculate elapsed time rather than storing next fire time - avoids overflow issues 2018-10-23 13:55:25 +01:00
rjwats@gmail.com
b6bc520341 prefix all endpoints with /rest 2018-04-01 10:51:24 +01:00
rjwats@gmail.com
c8da54aae6 add simple service 2018-03-29 09:54:02 +01:00
rjwats@gmail.com
4cb18a5d99 re-ordering 2018-03-11 08:37:38 +00:00
rjwats@gmail.com
82adad4746 introduce captive portal, tidy up ap management code 2018-03-06 22:39:33 +00:00
rjwats@gmail.com
beb3ff9a62 fix bug associated with dangling pointer 2018-03-06 22:36:55 +00:00
rjwats@gmail.com
ff43e69bc0 add example 2018-03-03 11:45:02 +00:00
rjwats@gmail.com
570bd2e2c0 correct spelling error 2018-02-28 23:10:20 +00:00
rjwats@gmail.com
85784a2535 Add feature to enable CORS during the build. 2018-02-26 22:55:58 +00:00
rjwats@gmail.com
63a639eb22 initial commit of C++ back end and react front end 2018-02-26 00:11:31 +00:00