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:
+9
-9
@@ -7,8 +7,8 @@
|
||||
},
|
||||
"control": {
|
||||
"setpoint": 530,
|
||||
"loop_size_ms": 3000,
|
||||
"sleep_time": 0.4,
|
||||
"loop_size_ms": 1800,
|
||||
"sleep_time": 0.2,
|
||||
"enabled": false
|
||||
},
|
||||
"flight": {
|
||||
@@ -26,7 +26,7 @@
|
||||
]
|
||||
},
|
||||
"safety": {
|
||||
"max_temp_f": 750,
|
||||
"max_temp_f": 800,
|
||||
"spike_threshold_f": 50.0,
|
||||
"idle_shutoff_minutes": 30,
|
||||
"watchdog_timeout_s": 10,
|
||||
@@ -70,8 +70,8 @@
|
||||
},
|
||||
"control": {
|
||||
"setpoint": 530,
|
||||
"loop_size_ms": 3000,
|
||||
"sleep_time": 0.4,
|
||||
"loop_size_ms": 1800,
|
||||
"sleep_time": 0.2,
|
||||
"enabled": false
|
||||
},
|
||||
"flight": {
|
||||
@@ -89,7 +89,7 @@
|
||||
]
|
||||
},
|
||||
"safety": {
|
||||
"max_temp_f": 750,
|
||||
"max_temp_f": 800,
|
||||
"spike_threshold_f": 50.0,
|
||||
"idle_shutoff_minutes": 30,
|
||||
"watchdog_timeout_s": 10,
|
||||
@@ -123,8 +123,8 @@
|
||||
},
|
||||
"control": {
|
||||
"setpoint": 530,
|
||||
"loop_size_ms": 3000,
|
||||
"sleep_time": 0.4,
|
||||
"loop_size_ms": 1800,
|
||||
"sleep_time": 0.2,
|
||||
"enabled": false
|
||||
},
|
||||
"flight": {
|
||||
@@ -142,7 +142,7 @@
|
||||
]
|
||||
},
|
||||
"safety": {
|
||||
"max_temp_f": 750,
|
||||
"max_temp_f": 800,
|
||||
"spike_threshold_f": 50.0,
|
||||
"idle_shutoff_minutes": 30,
|
||||
"watchdog_timeout_s": 10,
|
||||
|
||||
Reference in New Issue
Block a user