PlatformIO fix 16MB boards bug

This commit is contained in:
Ewoud
2022-12-19 13:16:36 +01:00
parent 42cc302159
commit c708d277c7
3 changed files with 26 additions and 14 deletions

View File

@@ -25,7 +25,7 @@
"arduino",
"espidf"
],
"name": "TwilightLord-ESP32 16MB",
"name": "ESP32 16MB",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
@@ -34,5 +34,5 @@
"speed": 2000000
},
"url": "https://en.wikipedia.org/wiki/ESP32",
"vendor": "TwilightLord"
"vendor": "Multiple"
}