diff --git a/src/TinyGsmClientSequansMonarch.h b/src/TinyGsmClientSequansMonarch.h index aa77e66..8d3a8cb 100644 --- a/src/TinyGsmClientSequansMonarch.h +++ b/src/TinyGsmClientSequansMonarch.h @@ -510,7 +510,7 @@ class TinyGsmSequansMonarch waitResponse(10000L, GF(GSM_NL "> ")); // Translate bytes into char to be able to send them as an hex string char char_command[2]; - for (int i=0; i(buff)[i]); stream.write(char_command, sizeof(char_command));