Restore safety cutoff to 800F, faster PID loop timing, enhanced simple UI with stats/charts/flight controls, compact TTY display
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"mode": "dhcp",
|
||||
"hostname": "pinail",
|
||||
"wifi": {
|
||||
"ssid": "YourSSID",
|
||||
"password": "YourPassword"
|
||||
},
|
||||
"static": {
|
||||
"ip": "192.168.0.159",
|
||||
"prefix": 24,
|
||||
"gateway": "192.168.0.1",
|
||||
"dns": [
|
||||
"192.168.0.153",
|
||||
"8.8.8.8"
|
||||
]
|
||||
},
|
||||
"web": {
|
||||
"port": 5000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user