Take exception to exceptions to handle argparser errors and help

This commit is contained in:
John Stäck 2019-07-29 17:23:38 +02:00
parent 2741ff5a27
commit 075905f7ea
2 changed files with 18 additions and 4 deletions

View file

@ -133,7 +133,8 @@ void sendSysexSettings();
void sendSysexMessage(const char* messageCode);
void sendSysexVersion();
void handleSysex(uint8_t *data, uint8_t length);
void handleSysex(const uint8_t *data, uint8_t length);
void handleSysexChunk(const uint8_t *data, uint16_t length, bool last);
uint32_t crc32(uint8_t *message, size_t length);
void configInitScreen();