From: jacob.eva Date: Mon, 16 Jun 2025 17:21:02 +0000 (+0100) Subject: Fix freezing on T-Echo and similar models X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=b437003a84797457f09f2bfba63db81b3e7ee65f;p=lora-radio.git Fix freezing on T-Echo and similar models --- diff --git a/RNode_Firmware_CE.ino b/RNode_Firmware_CE.ino index b45d039..39579b5 100644 --- a/RNode_Firmware_CE.ino +++ b/RNode_Firmware_CE.ino @@ -375,7 +375,7 @@ void setup() { // just run the serial poll loop instead. display_add_callback(process_serial); #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 display_unblank();