This commit is contained in:
CaCO3
2023-02-20 23:37:18 +01:00
parent 7fa5120028
commit 39da2f8679
23 changed files with 60 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
# Parameter `Hostname`
Default Value: `undefined`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
Hostname for the device.
It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.

View File

@@ -1,5 +1,7 @@
# Parameter `SetupMode`
Default Value: `true`
!!! Note
This parameter is not accessible through the Web Interface Configuration Page!
Set this parameter to `true` to stay in the Setup Mode after the next start of the device.

View File

@@ -1,7 +1,9 @@
# Parameter `TimeServer`
Default Value: `pool.ntp.org`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
Time server to synchronize system time. If it is disabled or `undefined`, `pool.ntp.org` will be used.
You can also set it to the IP of your router. Many routers like Fritzboxes can act as a local NTP server.
To disable NTP, you need to activate it but set the TimeServer config to be empty (`""`).