Closed subhasis-manna closed 3 years ago
Hello @subhasis-manna
The request to send and receive data from Google Sheets is handled by the HTTPSRedirect library: https://github.com/electronicsguy/HTTPSRedirect
Any sort of modification to how the request is carried out would have to be done within that library.
Thank You..
Hi, Thank for the great library. I am facing a minor issue while upload the sensor data to google sheet. In case of sudden internet failure ESP got Stuck in Following lines of Program.
Part of Code..
Serial Monitor Display 17:05:51.223 -> Publishing data... 17:05:51.223 -> {"command": "insert_row", "sheet_name": "Sheet1", "values": "28.00,30.00,14,SCAQI211101"}
Is there any way to set any time out for this command
Any Assistance will be helpful.