Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed AirM2M_CORE_ESP32C3 upload.tool.serial & write_flash error #7375

Merged
merged 2 commits into from
Oct 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17530,6 +17530,8 @@ AirM2M_CORE_ESP32C3.vid.0=0x303a
AirM2M_CORE_ESP32C3.pid.0=0x1001

AirM2M_CORE_ESP32C3.upload.tool=esptool_py
AirM2M_CORE_ESP32C3.upload.tool.default=esptool_py
AirM2M_CORE_ESP32C3.upload.tool.network=esp_ota
AirM2M_CORE_ESP32C3.upload.maximum_size=1310720
AirM2M_CORE_ESP32C3.upload.maximum_data_size=327680
AirM2M_CORE_ESP32C3.upload.flags=
Expand Down Expand Up @@ -17624,6 +17626,11 @@ AirM2M_CORE_ESP32C3.menu.DebugLevel.debug.build.code_debug=4
AirM2M_CORE_ESP32C3.menu.DebugLevel.verbose=Verbose
AirM2M_CORE_ESP32C3.menu.DebugLevel.verbose.build.code_debug=5

AirM2M_CORE_ESP32C3.menu.EraseFlash.none=Disabled
AirM2M_CORE_ESP32C3.menu.EraseFlash.none.upload.erase_cmd=
AirM2M_CORE_ESP32C3.menu.EraseFlash.all=Enabled
AirM2M_CORE_ESP32C3.menu.EraseFlash.all.upload.erase_cmd=-e

#############################################################


Expand Down