-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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!"
Line 70 in f4f40b9
| if (i > count - 1) |
Line 73 in f4f40b9
| if (i > count - 1) |
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:
Line 163 in f4f40b9
| char buffer[32]; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels