Skip to content

Commit

Permalink
change DEBUGGER_SPEED of m5stack_core2 (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
stc1988 authored and mkellner committed Oct 11, 2024
1 parent a028476 commit f608bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/devices/esp32/targets/m5stack_core2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"UPLOAD_SPEED": "1500000",
"DEBUGGER_SPEED": "1500000",
"DEBUGGER_SPEED": "921600",
"SDKCONFIGPATH": "./sdkconfig",
"PARTITIONS_FILE_FOR_TARGET": "./sdkconfig/partitions.csv"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/manifest_mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"esp32/m5stack_core2": {
"build": {
"UPLOAD_SPEED": "1500000",
"DEBUGGER_SPEED": "1500000"
"DEBUGGER_SPEED": "921600"
}
},
"esp32/m5stack_cores3": {
Expand Down

0 comments on commit f608bc9

Please sign in to comment.