Oh yeah, I didnt want a big number per se. It was more that it was a number that seemed right, but obviously was not.
And your suggestion of a var, that sounds much much simpler. I'll give that a go.
From the reading I did, its either context, flow, or global variables. In this case, im thinking a flow one, as it only needs to work within the given flow.
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.
Oh yeah, I didnt want a big number per se. It was more that it was a number that seemed right, but obviously was not.
And your suggestion of a var, that sounds much much simpler. I'll give that a go.
From the reading I did, its either context, flow, or global variables. In this case, im thinking a flow one, as it only needs to work within the given flow.