Skip to content

Commit 458366e

Browse files
committed
Merge branch 'release/v1.9.0'
2 parents edc118b + 7144426 commit 458366e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1946
-126
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://platformio.org/donate

boards/alksesp32.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
"flash_size": "4MB",
2727
"maximum_ram_size": 327680,
2828
"maximum_size": 4194304,
29-
"protocol": "esptool",
3029
"require_upload_port": true,
31-
"speed": 115200
30+
"speed": 921600
3231
},
3332
"url": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter.git",
3433
"vendor": "RoboticsBrno"

boards/bpi-bit.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"flash_size": "4MB",
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
27-
"protocol": "esptool",
2827
"require_upload_port": true,
2928
"speed": 921600
3029
},

boards/d-duino-32.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"flash_size": "4MB",
2828
"maximum_ram_size": 327680,
2929
"maximum_size": 4194304,
30-
"protocol": "esptool",
3130
"require_upload_port": true,
3231
"speed": 921600
3332
},

boards/esp-wrover-kit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"flash_size": "4MB",
3838
"maximum_ram_size": 327680,
3939
"maximum_size": 4194304,
40-
"protocol": "esptool",
4140
"protocols": [
4241
"esptool",
42+
"espota",
4343
"ftdi"
4444
],
4545
"require_upload_port": true,

boards/esp32-evb.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"flash_size": "4MB",
2828
"maximum_ram_size": 327680,
2929
"maximum_size": 4194304,
30-
"protocol": "esptool",
3130
"require_upload_port": true,
3231
"speed": 921600
3332
},

boards/esp32-gateway.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"flash_size": "4MB",
2828
"maximum_ram_size": 327680,
2929
"maximum_size": 4194304,
30-
"protocol": "esptool",
3130
"require_upload_port": true,
3231
"speed": 921600
3332
},

boards/esp32-poe.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"flash_size": "4MB",
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
27-
"protocol": "esptool",
2827
"require_upload_port": true,
2928
"speed": 921600
3029
},

boards/esp32-pro.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"flash_size": "4MB",
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
27-
"protocol": "esptool",
2827
"require_upload_port": true,
2928
"speed": 921600
3029
},

boards/esp320.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"flash_size": "4MB",
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
27-
"protocol": "esptool",
2827
"require_upload_port": true,
2928
"speed": 921600
3029
},

0 commit comments

Comments
 (0)