initial commit of C++ back end and react front end

This commit is contained in:
rjwats@gmail.com
2018-02-26 00:11:31 +00:00
commit 63a639eb22
87 changed files with 14975 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"provision_mode": 0,
"ssid": "ESP8266-React",
"password": "esp-react"
}

View File

@ -0,0 +1,4 @@
{
"server":"pool.ntp.org",
"interval":60
}

View File

@ -0,0 +1,5 @@
{
"enabled":true,
"port": 8266,
"password": "esp-react"
}

View File

@ -0,0 +1,6 @@
{
"ssid":"ssid",
"password":"password",
"hostname":"esp8266-react",
"static_ip_config":false
}