]> git.tnoah.ca Git - lora-radio.git/commitdiff
Fix freezing on T-Echo and similar models
authorjacob.eva <x00010@disroot.org>
Mon, 16 Jun 2025 17:21:02 +0000 (18:21 +0100)
committerjacob.eva <x00010@disroot.org>
Mon, 16 Jun 2025 17:21:02 +0000 (18:21 +0100)
RNode_Firmware_CE.ino

index b45d0391617a226d2d093381de2e8917ccf3dd4a..39579b5b7f37fbc076bbdd89f2dd60055549af9d 100644 (file)
@@ -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();