docs/library: Clarify that the arg to esp.deepsleep is in microseconds.

pull/6146/head
victor 2020-06-28 23:41:04 +02:00 zatwierdzone przez Damien George
rodzic 65a7e00078
commit cb9aafbf8f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ Functions
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