Added track upload

This commit is contained in:
2026-03-27 14:04:14 +01:00
parent 7f1494f18e
commit 1d144fb638
6 changed files with 98 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ private:
enum command_id {
CMD_UNKNOWN = 0,
CMD_REBOOT,
CMD_DUMPCFG
CMD_DUMPCFG,
CMD_LOAD_TRACK,
};
HardwareSerial *_data_stream;