File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636//| In some cases there may be no decrease in power consumption.
3737//|
3838//| .. note::
39- //| **Implementation note for RP2xxx**: light sleep uses aggressive power-saving. For the W-variants,
40- //| It shuts down WiFi and restarts it after wakeup. User code has to reconnect after wakeup to an
41- //| AP if necessary. From a power-saving perspective, light and deep sleep are identical (< 2mA@5V),
42- //| but light sleep does not reset after wakeup like deep sleep does.
39+ //| **Implementation note for RP2xxx**: light sleep uses aggressive power-saving. For the W-variants,
40+ //| It shuts down WiFi and restarts it after wakeup. User code has to reconnect after wakeup to an
41+ //| AP if necessary. From a power-saving perspective, light and deep sleep are identical (< 2mA@5V),
42+ //| but light sleep does not reset after wakeup like deep sleep does.
4343//|
4444//| Deep sleep shuts down power to nearly all of the microcontroller including the CPU and RAM. This can save
4545//| a more significant amount of power, but CircuitPython must restart ``code.py`` from the beginning when
You can’t perform that action at this time.
0 commit comments