fix: batch fix shell command syntax error for all boards by removing invalid quotes in config.json

This commit is contained in:
yczpf2019
2026-01-24 18:49:14 +08:00
parent e76956c4bc
commit d2f1f80817
38 changed files with 50 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"board": {
"元控自强SANT": {
"元控自强(SANT�: {
"key": "micropython:esp32s3:mixgo_sant",
"config": [
{
@@ -28,7 +28,7 @@
}
]
},
"元控青春NOVA": {
"åƒæŽ§é<EFBFBD>春(NOVAï¼?: {
"key": "micropython:esp32s3:mixgo_nova",
"config": [
{
@@ -56,7 +56,7 @@
}
]
},
"元控飞翔SOAR": {
"元控飞翔(SOAR�: {
"key": "micropython:esp32s3:mixgo_soar",
"config": [
{
@@ -237,3 +237,4 @@
}
}
}