Take exception to exceptions to handle argparser errors and help
This commit is contained in:
parent
2741ff5a27
commit
075905f7ea
2 changed files with 18 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue