Fix flash mode for Saola and Kaluga boards

This commit is contained in:
Valerii Koval
2022-04-17 22:47:38 +03:00
parent 84f6d42a38
commit 51b85206a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"core": "esp32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"flash_mode": "qio",
"mcu": "esp32s2",
"variant": "esp32s2"
},
+1 -1
View File
@@ -6,7 +6,7 @@
"core": "esp32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"flash_mode": "qio",
"mcu": "esp32s2",
"variant": "esp32s2"
},