- License : GNU General Public License v3.0
- Italian Documentation Here : https://www.filoconnesso.it/fcgf-it/
- English Documentation Here (old version, the new version coming soon) : https://www.filoconnesso.it/fcgf-en/
- New Simple ToolKit : https://www.filoconnesso.it/developers/FCGFToolKit/
- Added support for Arduino UNO Wi-Fi Rev.2
- 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).
- 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.
- Now you can send special symbols (e.g. | ! "£ $% & / () =? ^ * + [] {} -_;:,. <>)
- Callback feature added.
- Fixed minor problems.