Skip to content

Commit

Permalink
fixed AirM2M_CORE_ESP32C3 upload.tool.serial & write_flash error (#7375)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Procházka <[email protected]>
  • Loading branch information
mjysci and P-R-O-C-H-Y authored Oct 24, 2022
1 parent 49279ce commit c58f756
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit c58f756

Please sign in to comment.