1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @config
- LANG str "sv"
- TZ tz "CET-1CEST,M3.5.0,M10.5.0/3"
- abc.io.mo.enable bool false
- abc.io.mo.devsel uint 45
- abc.io.mf.enable bool false
- abc.io.mf.devsel uint 44
- abc.io.sf.enable bool false
- abc.io.sf.devsel uint 46
- abc.io.hd.enable bool true
- abc.io.hd.devsel uint 36
- abc.io.xd.enable bool false
- abc.io.xd.devsel uint 37
- abc.io.rtc.enable bool true
- abc.io.rtc.devsel uint 54
- abc.io.pun80.enable bool true
- abc.io.pun80.devsel uint 60
- abc.hosttype uint 0
- abc.netserv.host str
- abc.netserv.port uint 4680
- abc.reset bool
- fpga.reset bool
- 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
|