Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all,
I have a sketch with gw.powerUp(); and gw.powerDown(); which used to compile and now it does not. Removing the above calls and it compiles OK.
So have these commands been removed from MySensors 1.5 ?
Thanks.
That worked previously because the MySensors class inherited RF24.
In 1.5 you can initialise a radio driver which has a sleep method that calls powerDown() (in the RF24 case).
The radio automatically wakes up when sending a new message.