You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed stability issues with Google server connection
Fixed an issue that prevented the connection to Google if the submit delay with a value greater than 0 was set
Added example for Arduino Oplà IoT Kit
Added feature to enable or disable serial debugging with the FCGF_DEBUG variable (true or false).
Changelog 0.0.3 :
Added support for Arduino MRK GSM 1400 and Arduino Nano 33 Iot
Now it is possible to submit data with a delay that does not block the LOOP cycle.
Addeded counter to count failed and correct submissions. (eg. gf.counter(index);) :
index = 0 (for successful submissions)
index = 1 (for failed sumissions)
index = 2 (for failed connections to google host)
Added function for convert dot to comma (eg. gf.commaForDot(string);) for Italian Google Sheet settings :
float origin = 1.5;
String new = gf.commaForDot(String(origin));
Serial.println(new); //1,5
Fixed minor problems.
Changelog 0.0.2 :
Now you can send special symbols (e.g. | ! "£ $% & / () =? ^ * + [] {} -_;:,. <>)
Callback feature added.
Fixed minor problems.
Thanks for using FCGF!
About
Google Form Library for ESP32, ESP8266, Arduino MKR Wi-Fi 1010, Arduino MKR GSM 1400, Arduino Nano 33 IoT, Arduino UNO Wi-Fi Rev.2