pmartin / pocketbook-demo

A few demos of C/C++ applications for Pocketbook Touch Lux ereaders
MIT License
65 stars 9 forks source link

Devutils: wifi:activate #8

Closed pmartin closed 7 years ago

pmartin commented 7 years ago

First commands for devutils : to activate / deactivate wifi.

This means, on the code side:

Two commands exist, for now :

devutils.app wifi:activate
devutils.app wifi:deactivate

The first one is already put to good use in app-receiver.app, BTW -- to ensure wifi is ON when trying to receive an application, even if it was previously in sleep mode.