-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date and Time in Spreadsheet #74
Comments
I used working scetch and followed the instructions of the author. It may well be a mistake on my side. I am attaching the source code and debug. I will be especially grateful to you if you find error#include <ESP8266WiFi.h> // Fill ssid and password with your network credentials // echo | openssl s_client -connect script.google.com:443 |& openssl x509 -fingerprint -noout WiFi.begin(ssid, password); // HTTPSRedirect client(httpsPort); bool flag = false; Serial.flush(); Serial.flush(); } //funtion URL //replace - remplazo " " for "+" para envio atravez de url, for send via url String url = String("/macros/s/") + GScriptId + "/exec?"+ "Address=" + Address + "&Message=" + Message + "&subject="+ subject + "&sendMail=ok"; WiFi connected Abort called
ctx: cont last failed alloc call: 4020F1F8(16709) ets Jan 8 2013,rst cause:4, boot mode:(1,6) wdt reset ets Jan 8 2013,rst cause:4, boot mode:(1,6) wdt reset |
Hi, Could you please add Date and Time into the gscript whenever a new row of data is appemded? I know it is possible to get time on the esp8266 over NTP request and send it to google sheets but for low energy applications it is better to not make this request every time the esp8266 wakes up.
The text was updated successfully, but these errors were encountered: