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:
2026-03-13 00:36:10 +00:00
parent 2853fa3f8a
commit 24c57beda8
11 changed files with 486 additions and 133 deletions
@@ -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
}
}