Most recent activity
-
- 6 comments
- 2,756 views
-
-
-
I use ESPRUINO WEB IDE native Windows 64bit application, but appear "Uncaught Error: Module XXX not found" always when I
require("XXX");
except built-in Modules, e.g: DS18B20, DHT11 ... ... , the internet connection is fine, and I already try to Enable Offline mode and
download the Offline data, but not work always, what's the problem ?
I connect SD Card to ESP8266 via SPI, and try to init SD Card by:
but appear "Uncaught Error: Function "connectSDCard" not found!"
Is't the "connectSDCard" function only available on some Original Espruino board build ?
Thanks.