WiFi101 - WiFi.lowPowerMode()

Description

Enable low power mode. This is an automatically managed mode where the WINC1500 reduces its power drain to some 30/40 mA. Any incoming data is received and the device sends out regularly the beacon signal each 100ms to keep the AP connection alive. This mode is useful when you expect to send and receive data frequently.

Syntax

WiFi.lowPowerMode();

Returns

none