增加Kevin SP V4开发板,以代替不能OTA的SP V3 (#293)

This commit is contained in:
Kevincoooool
2025-03-07 17:57:48 +08:00
committed by GitHub
parent bdc4da0650
commit 55e000f922
5 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"target": "esp32s3",
"builds": [
{
"name": "kevin-sp-v4-dev",
"sdkconfig_append": []
}
]
}