Ok - was there anything that came before that?
Please can you try changing your require("SIM900") to require("https://raw.githubusercontent.com/espruino/EspruinoDocs/sim808/devices/SIM900.js")?
require("SIM900")
require("https://raw.githubusercontent.com/espruino/EspruinoDocs/sim808/devices/SIM900.js")
I made some other tweaks that would fix this I think but I don't want to push them fully live until you've tested them :)
@Gordon 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.
Ok - was there anything that came before that?
Please can you try changing your
require("SIM900")
torequire("https://raw.githubusercontent.com/espruino/EspruinoDocs/sim808/devices/SIM900.js")
?I made some other tweaks that would fix this I think but I don't want to push them fully live until you've tested them :)