Added board command to host protocol

This commit is contained in:
Mark Qvist 2022-01-22 22:34:03 +01:00
parent c4f7767b4f
commit 9bb6d34ef4
4 changed files with 14 additions and 4 deletions

View file

@ -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) {