Unified commands to unit_action format

This commit is contained in:
2026-03-27 15:27:36 +01:00
parent 2520c2b6ba
commit a902600aa4
2 changed files with 4 additions and 4 deletions

View File

@@ -17,11 +17,11 @@ private:
enum command_id {
CMD_UNKNOWN = 0,
CMD_REBOOT,
CMD_DUMPCFG,
CMD_PUT_TRACK,
CMD_DELETE_TRACK,
CMD_DUMP_TRACK,
CMD_CFG_RESET,
CMD_CFG_DUMP,
};
HardwareSerial *_data_stream;