- New boards
- Implemented "erase" target ->
$ pio run -t erase
(issue #127) - Updated ESP-IDF framework to 3.1.2 (bugfix-only update, see release notes for v3.1.2)
- Updated Arduino framework to 1.0.1 (this version includes updated tools, many fixes and new features (esp32-camera+esp-face for face detection and recognition, see release notes for v1.0.1)
- Normalized image paths when uploading using openOCD (fixes issue on Windows) (#139)
- Better handling of OTA address passed to
upload_protocol
- Disabled PSRAM for ESP Wrover Kit by default (resolves an issue with debugging). You can enable PSRAM manually per project.