import time
while True:
print("Hello, ESP32-S2! Press Ctrl+C for MicroPython REPL.")
time.sleep(1)
Loading
esp32-s2-devkitm-1
esp32-s2-devkitm-1
import time
while True:
print("Hello, ESP32-S2! Press Ctrl+C for MicroPython REPL.")
time.sleep(1)