-
• #2
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
wifi.save()
already done so that there is a connnection:https://github.com/espruino/Espruino/blob/master/targets/esp32/tests/https-google-sheets.js
-
• #3
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.
Does this tutorial work on Espruino on ESP8266?
I'm trying it but it doesn't send anything?