Skip to content

Commit 537b395

Browse files
committed
more work on readme
1 parent 0da8887 commit 537b395

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,25 @@ File | Description
148148
[securitySettings.json](data/config/securitySettings.json) | Security settings and user credentials
149149
[wifiSettings.json](data/config/wifiSettings.json) | WiFi connection settings
150150

151+
### Access point settings
152+
151153
The default settings configure the device to bring up an access point on start up which can be used to configure the device:
152154

153155
* SSID: ESP8266-React
154156
* Password: esp-react
155157

156-
### Building for different devices
158+
### Security settings and user credentials
159+
160+
The security settings and user credentials provide the following users by default:
161+
162+
Username | Password
163+
-------- | --------
164+
admin | admin
165+
guest | guest
166+
167+
It is recomended that you change the JWT secret and user credentials from their defaults protect your device. You can do this in the user interface, or by modifying [securitySettings.json](data/config/securitySettings.json) before uploading the file system image.
168+
169+
## Building for different devices
157170

158171
This project supports ESP8266 and ESP32 platforms. To support OTA programming, enough free space to upload the new sketch and file system image will be required. It is recommended that a board with at least 2mb of flash is used.
159172

data/config/ntpSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"server":"pool.ntp.org",
3-
"interval":60
3+
"interval":3600
44
}

0 commit comments

Comments
 (0)