Fix freezing on T-Echo and similar models

This commit is contained in:
jacob.eva 2025-06-16 18:21:02 +01:00
parent fd5520d95f
commit b437003a84
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E

View file

@ -375,7 +375,7 @@ void setup() {
// just run the serial poll loop instead. // just run the serial poll loop instead.
display_add_callback(process_serial); display_add_callback(process_serial);
#elif DISPLAY == EINK_BW || DISPLAY == EINK_3C #elif DISPLAY == EINK_BW || DISPLAY == EINK_3C
display_add_callback(work_while_waiting); display_add_callback(process_serial); // todo: get this working with work_while_waiting again
#endif #endif
display_unblank(); display_unblank();