-
Notifications
You must be signed in to change notification settings - Fork 107
ESP32
Gor-Ren edited this page Jul 19, 2020
·
1 revision
ESP32 support is incomplete.
Currently supported features:
- Code insight for ESP32 and MicroPython modules
- Context-aware code completion and documentation
- Syntax checking and type checking
- Run code on MicroPython devices
- Flash Python files or folders to device
- MicroPython REPL
How to flash MicroPython to the device:
python -m esptool --chip esp32 --port <path-to-device> write_flash -z 0x1000 <path-to-micropython-image>