mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-01 19:06:14 -04:00
Added board command to host protocol
This commit is contained in:
parent
c4f7767b4f
commit
9bb6d34ef4
4 changed files with 14 additions and 4 deletions
|
@ -615,6 +615,8 @@ void serialCallback(uint8_t sbyte) {
|
|||
kiss_indicate_platform();
|
||||
} else if (command == CMD_MCU) {
|
||||
kiss_indicate_mcu();
|
||||
} else if (command == CMD_BOARD) {
|
||||
kiss_indicate_board();
|
||||
} else if (command == CMD_CONF_SAVE) {
|
||||
eeprom_conf_save();
|
||||
} else if (command == CMD_CONF_DELETE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue