Skip to content

Commit 600598d

Browse files
committed
use arduino core 3.0.4 / pioarduino
1 parent be7576e commit 600598d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/components/App/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717
*/
1818
import { h } from "preact"
19-
export const Version = "1.0.0-a33"
19+
export const Version = "1.0.0-a34"

src/tabs/generate/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const pioFile = () => {
8181
const sections = {
8282
esp32: {
8383
common:
84-
"platform = espressif32@6.2.0\n" +
84+
"platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip\n" +
8585
"board = esp32dev\n" +
8686
"framework = arduino\n" +
8787
"monitor_speed = 115200\n" +
@@ -106,7 +106,7 @@ const sections = {
106106
},
107107
esp32s2: {
108108
common:
109-
"platform = espressif32@6.2.0\n" +
109+
"platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip\n" +
110110
"board = esp32-s2-saola-1\n" +
111111
"framework = arduino\n" +
112112
"board_build.mcu = esp32s2\n" +
@@ -134,7 +134,7 @@ const sections = {
134134
},
135135
esp32s3: {
136136
common:
137-
"platform = espressif32@6.2.0\n" +
137+
"platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip\n" +
138138
"board = esp32-s3-devkitc-1\n" +
139139
"framework = arduino\n" +
140140
"board_build.mcu = esp32s3\n" +
@@ -164,7 +164,7 @@ const sections = {
164164
},
165165
esp32c3: {
166166
common:
167-
"platform = espressif32@6.2.0\n" +
167+
"platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip\n" +
168168
"board = esp32-c3-devkitm-1\n" +
169169
"framework = arduino\n" +
170170
"board_build.mcu = esp32c3\n" +
@@ -192,7 +192,7 @@ const sections = {
192192
},
193193
esp32c6: {
194194
common:
195-
"platform = espressif32@6.2.0\n" +
195+
"platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip\n" +
196196
"board = esp32-c6-devkitc-1\n" +
197197
"framework = arduino\n" +
198198
"board_build.mcu = esp32c6\n" +

0 commit comments

Comments
 (0)