It worked, but not with the modules.addCached. I had to modify the websockets module to just use
var crypto = {SHA1: (Sha function here)};
Instead of
var crypto = require('crypto');
Thanks a lot!
@user88503 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.
It worked, but not with the modules.addCached. I had to modify the websockets module to just use
Instead of
Thanks a lot!