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:
wifi.save()
https://github.com/espruino/Espruino/blob/master/targets/esp32/tests/https-google-sheets.js
@Wilberforce started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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