1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @config
- LANG str "sv"
- TZ tz "CET-1CEST,M3.5.0,M10.5.0/3"
- abc.hosttype str "auto"
- hostname str "max80"
- http.status.refresh uint 10
- ip4.dhcp.nodns bool
- ip4.dhcp.nosntp bool
- ip4.dns ip
- mdns.enabled bool true
- sntp.enabled bool true
- sntp.server str "time.max80.abc80.org"
- tzname str "Europe/Stockholm"
- wifi.psk str
- wifi.ssid str
- @status
- hostname str
- max80.fpga bool
- max80.fw.date str
- max80.hw.serial str
- max80.hw.ver str
- net.ap.clients uint
- net.ap.conn bool
- net.ap.ip4 ip
- net.ap.ip4.mask ip
- net.ap.mac mac
- net.ap.ssid str
- net.dns.server ip
- net.eth.conn bool
- net.eth.ip4 ip
- net.eth.ip4.gw ip
- net.eth.ip4.mask ip
- net.sntp.server ip
- net.sntp.sync bool
- net.sta.conn bool
- net.sta.ip4 ip
- net.sta.ip4.gw ip
- net.sta.ip4.mask ip
- net.sta.mac mac
- net.sta.ssid str
|