Skip to content

Commit a076eb9

Browse files
authored
Platform 240711
1 parent ead943e commit a076eb9

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

boards/esp32-h2-devkitm-1.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
"f_image": "48000000L",
77
"flash_mode": "qio",
88
"mcu": "esp32h2",
9-
"variant": "esp32h2",
10-
"hwids": [
11-
[
12-
"0x303A",
13-
"0x1001"
14-
]
15-
]
9+
"variant": "esp32h2"
1610
},
1711
"connectivity": [
1812
"bluetooth"

platform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/tasmota/platform-espressif32.git"
2020
},
21-
"version": "2024.07.10",
21+
"version": "2024.07.11",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,19 +33,19 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "tasmota",
36-
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.2.240707/framework-arduinoespressif32.zip"
36+
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.2.240712/framework-arduinoespressif32.zip"
3737
},
3838
"framework-arduino-solo1": {
3939
"type": "framework",
4040
"optional": true,
4141
"owner": "tasmota",
42-
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.2.240707/framework-arduinoespressif32-solo1.zip"
42+
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.2.240712/framework-arduinoespressif32-solo1.zip"
4343
},
4444
"framework-arduino-ITEAD": {
4545
"type": "framework",
4646
"optional": true,
4747
"owner": "tasmota",
48-
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.2.240707/framework-arduinoespressif32-ITEAD.zip"
48+
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.2.240712/framework-arduinoespressif32-ITEAD.zip"
4949
},
5050
"framework-espidf": {
5151
"type": "framework",

0 commit comments

Comments
 (0)