Hi,
can someone verify the following two things:
In the readBuffer function, >= should be used instead of > in the following two places. Without this change I get an error message and the ESP32 reboots: "Stack smashing protect failure!"
Another thing is the readSignalStrength function. Returning AT+CSQ is much shorter. The length of the buffer should be 24 instead of 32. Without this change, the readBuffer function runs into timeout:
Hi,
can someone verify the following two things:
In the readBuffer function,
>=should be used instead of>in the following two places. Without this change I get an error message and the ESP32 reboots: "Stack smashing protect failure!"ArduinoSIM800L/src/Sim800.cpp
Line 70 in f4f40b9
ArduinoSIM800L/src/Sim800.cpp
Line 73 in f4f40b9
Another thing is the readSignalStrength function. Returning
AT+CSQis much shorter. The length of the buffer should be 24 instead of 32. Without this change, the readBuffer function runs into timeout:ArduinoSIM800L/src/Http.cpp
Line 163 in f4f40b9