https://github.com/quantrpeter/vscode-esp32
ESP32 helper
https://github.com/quantrpeter/vscode-esp32
Last synced: 5 months ago
JSON representation
ESP32 helper
- Host: GitHub
- URL: https://github.com/quantrpeter/vscode-esp32
- Owner: quantrpeter
- License: other
- Created: 2025-08-13T15:08:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-10-04T02:51:27.000Z (9 months ago)
- Last Synced: 2025-10-04T04:22:45.355Z (9 months ago)
- Language: TypeScript
- Size: 36.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# esp32
Using mpremote to play with ESP32

## Supported mpremote Commands
| Example Usage | Description |
|------------------------------------|---------------------------------------------|
| mpremote fs mkdir :folder | Create a folder on ESP32 |
| mpremote cat :file.py | Read a file from ESP32 |
| mpremote ls :/ | List files on ESP32 |
| mpremote rm :file.py | Remove a file from ESP32 |
| mpremote run file.py | Run a file on ESP32 |
| mpremote cp file.py :/ | Copy file from local to ESP32 |
| mpremote cp :src.py :dest.py | Copy file between ESP32 folders |
| mpremote reset | Reset the ESP32 device |
## Commands
### esp32.openFilesPanel
Show a panel listing MicroPython files for ESP32 projects. This helps you browse, open, and manage files directly from the VS Code interface.
# development
use node v24.2.0
## deploy
change version in package.json
vsce package
vsce publish
# developer
Peter , Chairman of Hong Kong Programming Society