mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
(Hack) Restart ESP when klipper calls start failing
This commit is contained in:
@@ -227,10 +227,13 @@ void ip_init(){
|
|||||||
|
|
||||||
void ip_ok(){
|
void ip_ok(){
|
||||||
if (klipper_request_consecutive_fail_count > 5){
|
if (klipper_request_consecutive_fail_count > 5){
|
||||||
|
ESP.restart();
|
||||||
|
/* The below code doesn't work, fix later
|
||||||
freeze_request_thread();
|
freeze_request_thread();
|
||||||
ip_init();
|
ip_init();
|
||||||
unfreeze_request_thread();
|
unfreeze_request_thread();
|
||||||
klipper_request_consecutive_fail_count = 0;
|
klipper_request_consecutive_fail_count = 0;
|
||||||
lv_msg_send(DATA_PRINTER_STATE, &printer);
|
lv_msg_send(DATA_PRINTER_STATE, &printer);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user