mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-07-29 17:38:41 -04:00
Fix freezing on T-Echo and similar models
This commit is contained in:
parent
fd5520d95f
commit
b437003a84
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue