This commit is contained in:
CaCO3
2023-02-20 23:29:45 +01:00
parent 864cbe61be
commit 2eb8f6fb0f
74 changed files with 2 additions and 178 deletions

View File

@@ -1,8 +1,6 @@
# 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,6 +1,5 @@
# Parameter `RSSIThreshold`
Default Value: `''`
WLAN Mesh Parameter: Threshold for the RSSI value to check for start switching access point in a mesh system.
Possible values: `-100` .. `0`, `0` = disabled.
It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.

View File

@@ -1,7 +1,5 @@
# 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,9 +1,7 @@
# 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 (`""`).

View File

@@ -1,5 +1,4 @@
# Parameter `TimeZone`
Default Value: `CET-1CEST,M3.5.0,M10.5.0/3`
Time zone in POSIX syntax (Europe/Berlin = `CET-1CEST,M3.5.0,M10.5.0/3` - incl. daylight saving)
Check the table on `http://<DEVICE IP>/timezones.html` to find the settings for your region.