-
• #2
It should flash whenever the device wakes - for whatever reason. However it will only stay lit while Espruino's code is executing - if that makes sense?
So if the bluetooth stack wakes it up, the LED will flash - but it won't actually stay on while the bluetooth stack's code is executing (because it isn't possible to hook onto it at that level)
-
• #3
Yes, it does. Thank you for your explanation.
Does the PIN defined with
setSleepIndicator
show all activity of the ARM core or just the those triggers by the JS-VM?