Search found 1 match
- Sun Jun 25, 2023 12:35 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after http post
- Replies: 0
- Views: 2014
ESP32 crashes after http post
Hi there. I need to send a dataset to a google sheets spreadsheet using esp32. For that, I used the library: https://github.com/electronicsguy/HTTPSRedirect The data is being sent and recorded in the spreadsheet, but as soon as esp32 performs the post, it simply hangs on the post command line: clien...