initial commit of C++ back end and react front end
This commit is contained in:
5
data/config/apSettings.json
Normal file
5
data/config/apSettings.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"provision_mode": 0,
|
||||
"ssid": "ESP8266-React",
|
||||
"password": "esp-react"
|
||||
}
|
4
data/config/ntpSettings.json
Normal file
4
data/config/ntpSettings.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"server":"pool.ntp.org",
|
||||
"interval":60
|
||||
}
|
5
data/config/otaSettings.json
Normal file
5
data/config/otaSettings.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"enabled":true,
|
||||
"port": 8266,
|
||||
"password": "esp-react"
|
||||
}
|
6
data/config/wifiSettings.json
Normal file
6
data/config/wifiSettings.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"ssid":"ssid",
|
||||
"password":"password",
|
||||
"hostname":"esp8266-react",
|
||||
"static_ip_config":false
|
||||
}
|
Reference in New Issue
Block a user