docs/library: Clarify that the arg to esp.deepsleep is in microseconds.
This commit is contained in:
@@ -31,7 +31,7 @@ Functions
|
|||||||
|
|
||||||
The system enters the set sleep mode automatically when possible.
|
The system enters the set sleep mode automatically when possible.
|
||||||
|
|
||||||
.. function:: deepsleep(time=0, /)
|
.. function:: deepsleep(time_us=0, /)
|
||||||
|
|
||||||
**Note**: ESP8266 only - use `machine.deepsleep()` on ESP32
|
**Note**: ESP8266 only - use `machine.deepsleep()` on ESP32
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user