Skip to content
Gor-Ren edited this page Jul 19, 2020 · 1 revision

Features

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

Notes

How to flash MicroPython to the device:

python -m esptool --chip esp32 --port <path-to-device> write_flash -z 0x1000 <path-to-micropython-image>

Source Code

Maintainers

Clone this wiki locally