Fix OpenOCD configuration for Lolin S2 boards (#1139)
* Fix OpenOCD board -> target on Lolin S2 Mini * Same for lolin_s2_pico.json
This commit is contained in:
committed by
GitHub
parent
a5a9bf43cc
commit
a47ecbfca0
@@ -25,7 +25,7 @@
|
|||||||
"wifi"
|
"wifi"
|
||||||
],
|
],
|
||||||
"debug": {
|
"debug": {
|
||||||
"openocd_board": "esp32s2.cfg"
|
"openocd_target": "esp32s2.cfg"
|
||||||
},
|
},
|
||||||
"frameworks": [
|
"frameworks": [
|
||||||
"arduino",
|
"arduino",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"wifi"
|
"wifi"
|
||||||
],
|
],
|
||||||
"debug": {
|
"debug": {
|
||||||
"openocd_board": "esp32s2.cfg"
|
"openocd_target": "esp32s2.cfg"
|
||||||
},
|
},
|
||||||
"frameworks": [
|
"frameworks": [
|
||||||
"arduino",
|
"arduino",
|
||||||
|
|||||||
Reference in New Issue
Block a user