I think it's because you define var ph and not this.ph?
var ph
this.ph
Worth checking what's actually in the variable 'bot'
@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.
I think it's because you define
var ph
and notthis.ph
?Worth checking what's actually in the variable 'bot'