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:
Maximilian Gerhardt
2023-07-03 11:37:16 +02:00
committed by GitHub
parent a5a9bf43cc
commit a47ecbfca0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"wifi" "wifi"
], ],
"debug": { "debug": {
"openocd_board": "esp32s2.cfg" "openocd_target": "esp32s2.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino", "arduino",
+1 -1
View File
@@ -25,7 +25,7 @@
"wifi" "wifi"
], ],
"debug": { "debug": {
"openocd_board": "esp32s2.cfg" "openocd_target": "esp32s2.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino", "arduino",