c7e11d6020
This is useful for battery run-down testing and so on.
4 lines
51 B
Python
4 lines
51 B
Python
import machine
|
|
|
|
while True
|
|
machine.deepsleep()
|