mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Added display read command
This commit is contained in:
parent
9edc2224e7
commit
4b48f41c38
3 changed files with 18 additions and 3 deletions
|
@ -973,9 +973,9 @@ void serialCallback(uint8_t sbyte) {
|
|||
}
|
||||
#endif
|
||||
} else if (command == CMD_FB_READ) {
|
||||
if (sbyte != 0x00) {
|
||||
kiss_indicate_fb();
|
||||
}
|
||||
if (sbyte != 0x00) { kiss_indicate_fb(); }
|
||||
} else if (command == CMD_DISP_READ) {
|
||||
if (sbyte != 0x00) { kiss_indicate_disp(); }
|
||||
} else if (command == CMD_DEV_HASH) {
|
||||
#if MCU_VARIANT == MCU_ESP32 || MCU_VARIANT == MCU_NRF52
|
||||
if (sbyte != 0x00) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue