mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
@@ -2019,7 +2019,7 @@ bool System::uploadFirmwareURL(const char * url) {
|
||||
bool System::readCommand(const char * data) {
|
||||
// extract <deviceID> <type ID> [offset] [length] from string
|
||||
char * p;
|
||||
char value[6];
|
||||
char value[11];
|
||||
|
||||
// make a copy so we can iterate, max 15 chars (XX XXXX XX XX)
|
||||
char data_args[15];
|
||||
|
||||
Reference in New Issue
Block a user