This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Description
ESPIDF commit id:8615dbd486ef123876662a5664b3527a24daa92e
MicroPython-ESP32 commit id:864d52764a247d9f9785614a667298dd91bfd2f3 branch esp32
Compile the project. generate application.bin
burn application.bin
run the firmware
a=3
print(a)
3
import os
what?
import sys
what?
Can someone help me?