rjwats
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
rjwats
14f50c1e31
Fix broken build under ESP32
...
Fix broken imports & standardise import style
2019-12-26 15:12:27 +00:00
Rick Watson
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
2019-12-24 11:19:19 +00:00
rjwats
368bfef29b
Merge pull request #68 from rjwats/clang-format
...
reformat with .clang-format based on google's spec with some minor ch…
2019-12-03 23:28:11 +00:00
Rick Watson
f4ae632956
reformat with .clang-format based on google's spec with some minor changes
2019-12-03 23:16:06 +00:00
rjwats
8fb805e0f2
Merge pull request #63 from rjwats/rename
...
rename "reset" to "restart"
2019-12-01 08:37:35 +00:00
Rick Watson
7bf713dfea
rename "reset" to "restart"
2019-12-01 08:28:40 +00:00
Rick Watson
6aede04282
Set persistant WiFi opmode to WIFI_OFF if not already configured that way
2019-12-01 01:24:15 +00:00
Rick Watson
a9e6bd4669
fix typo
2019-11-30 16:51:31 +00:00
rjwats
5fa6a1218f
Merge pull request #61 from rjwats/fix-formatting
...
fix formatting issue
2019-11-30 13:47:18 +00:00
Rick Watson
f5533b69de
fix formatting issue
2019-11-30 13:42:47 +00:00
rjwats
243e1b35be
Merge pull request #59 from rjwats/ft_remove_arduinojson6_workaround
...
Remove custom work-around for missing ArduinoJson6 support
2019-11-30 13:33:33 +00:00
Rick Watson
6179435880
Merge branch 'master' into ft_remove_arduinojson6_workaround
2019-11-30 13:23:50 +00:00
rjwats
3c52b31260
Merge pull request #60 from rjwats/ft_restart_service
...
Add reset service feature
2019-11-30 13:22:19 +00:00
Rick Watson
1ded736b9a
perfer restart on ESP32 platform
2019-11-30 13:15:59 +00:00
Rick Watson
a840aba878
Use ESP.reset() rather than ESP.restart() - due to exceptions encountered on esp8266
2019-11-30 12:54:57 +00:00
Rick Watson
78b9ae101e
Add restart service for esp8266 and esp32
...
Add restart feature to status screen
Upgrade material-ui
Add icons to buttons
2019-11-30 12:34:52 +00:00
Rick Watson
d650280a87
remove custom work-around for missing arduinojson6 support - it has since been added to async esp core
2019-11-30 09:58:28 +00:00
rjwats
69caa841a3
Merge pull request #58 from rjwats/56-PlatformIO4.xFix
...
fix for PIO Core > 4.x
2019-11-27 09:42:33 +00:00
Rick Watson
5976a443ce
fix for PIO Core > 4.x
2019-11-27 09:21:34 +00:00
rjwats
67eb9d4017
Merge pull request #49 from rjwats/ft_demo_project
...
Ft demo project
2019-09-30 22:06:06 +01:00
Rick Watson
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
2019-09-30 22:00:16 +01:00
Rick Watson
d0fb2d982a
update readme with changes to the demo code
2019-09-30 21:38:44 +01:00
Rick Watson
41f7579bd5
Resolve issue with AP.
...
Fix newly introduced null pointer in AuthenticationService.
2019-09-30 21:28:24 +01:00
Rick Watson
f77428e4dc
move initialization code to constructors as a simplfication
2019-09-28 21:29:46 +01:00
Rick Watson
29906a1d97
fix missing authentication predicate
2019-08-10 12:37:54 +01:00
Rick Watson
15ae0bb248
WIP - some documentation
2019-08-10 12:35:26 +01:00
Rick Watson
8a37302ced
remove redundant class reference
2019-08-09 22:54:15 +01:00
Rick Watson
632d6907e5
reorganise information page slightly
2019-08-09 22:33:09 +01:00
Rick Watson
675a85e524
Add comment to development environment file
2019-08-09 22:23:42 +01:00
Rick Watson
3a053f7696
standardise formatting in config files
2019-08-09 21:30:07 +01:00
Rick Watson
cf48c79b4d
fix bug introduced in value change code
2019-08-09 21:26:31 +01:00
Rick Watson
391fe85a4b
comment out CORS setting
2019-08-09 20:36:18 +01:00
Rick Watson
5069cd90a1
Add ENDPOINT_ROOT to Env constants, replace usages.
2019-08-09 20:33:15 +01:00
Rick Watson
2a8599d855
remove unused styles missed in main refactor
2019-08-09 18:59:45 +01:00
Rick Watson
ef8061cbc3
use render callbacks for loading notification
2019-08-09 18:55:11 +01:00
Rick Watson
ff85c2e661
reduce use of ternaries in form code
2019-08-09 18:21:28 +01:00
Rick Watson
df06e58fb0
add demo project implementation
2019-08-09 15:53:39 +01:00
Rick Watson
aeea0d9aa6
Merge branch 'master' into ft_demo_project
2019-08-07 21:18:08 +01:00
rjwats
2ceb54ce4c
Merge pull request #48 from rjwats/notistack
...
Notistack - Replace custom notification component
2019-08-07 21:17:08 +01:00
Rick Watson
d1f3720cd9
Use success variant on sign-out.
2019-08-07 21:14:21 +01:00
rjwats
5161d4bc3c
add www artefact directory to git ignore
2019-08-04 18:43:48 +01:00
rjwats
a86b565c5a
remove www directory, as it is a build artefact
...
replace custom made notification component with notistack
2019-08-04 18:42:58 +01:00
Rick Watson
77771aa807
add fix for latest platformio build changes
2019-07-14 22:14:22 +01:00
Rick Watson
f88520db44
experimenting with some refactoring
2019-07-14 22:13:26 +01:00
Rick Watson
a0d6524180
WIP - demo project
2019-07-06 23:56:30 +01:00
rjwats
4bb4871a6d
Update README.md
...
Add travis-ci build tag to readme
2019-06-26 21:12:59 +01:00
Rick Watson
f9255cb496
remove template from travis ci file
2019-06-26 21:08:23 +01:00
Rick Watson
32ac0feae5
testing travis ci
2019-06-26 21:01:07 +01:00
Rick Watson
bbcdf3defb
fix minor build issue under esp8266
2019-06-25 23:31:58 +01:00