Added serial command ids; id-to-folder mapping now works.

This commit is contained in:
2019-11-13 06:51:38 +01:00
parent 744a32d2a0
commit 3febde73d4
5 changed files with 46 additions and 33 deletions

View File

@ -24,6 +24,7 @@ private:
String _serial_buffer = String();
void _execute_serial_command(String cmd);
void _execute_command_ls(String path);
void _execute_command_ids();
void _execute_command_help();
unsigned long _button_last_pressed_at[NUM_BUTTONS];
bool _check_button(uint8_t btn);