Arduino core 3.3.3

This commit is contained in:
Jason2866
2025-11-05 18:33:57 +01:00
parent 2ca7267f18
commit 0afa11add6
263 changed files with 1305 additions and 5718 deletions
+6 -4
View File
@@ -1,14 +1,16 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_EVB",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"hwids": [["0x1A86", "0x7523"]],
"hwids": [
[
"0x1A86",
"0x7523"
]
],
"mcu": "esp32",
"variant": "esp32-evb"
},