I had Onewire working fine on ESP8266 last week though I needed to add
require("ESP8266").logDebug(false);
before my code. I believe this is only while the ESP8266 port is in development, when complete this will be set off by default.
@Ollie 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.
I had Onewire working fine on ESP8266 last week though I needed to add
before my code. I believe this is only while the ESP8266 port is in development, when complete this will be set off by default.