mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Update display blanking
This commit is contained in:
parent
423098ff30
commit
2804a05afd
2 changed files with 2 additions and 2 deletions
|
@ -981,7 +981,7 @@ void serialCallback(uint8_t sbyte) {
|
|||
|
||||
#endif
|
||||
} else if (command == CMD_DISP_BLNK) {
|
||||
#if HAS_NP
|
||||
#if HAS_DISPLAY
|
||||
if (sbyte == FESC) {
|
||||
ESCAPE = true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue