Logging to Google Sheets #5654
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
|
Posted at 2017-03-19 by Wilberforce Did you modify the connection set up? This example works on the esp32, you might have enough space in the esp8266... It assumes you have a wifi connected, and https://github.com/espruino/Espruino/blob/master/targets/esp32/tests/https-google-sheets.js Posted at 2017-03-19 by Wilberforce Sorry - the esp8266 does not support https:// . The TLS library has not been compiled into the firmware, as the secure protocol needs more ram buffer space than the 8266 has... It does work on a espruino wifi or the esp32. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-03-18 by countxerox
Does this tutorial work on Espruino on ESP8266?
I'm trying it but it doesn't send anything?
Beta Was this translation helpful? Give feedback.
All reactions