Fix boards

This commit is contained in:
Djuri 2023-11-27 23:19:14 +01:00
parent 8ed4bb8aa6
commit 8d2edc40ca
3 changed files with 11 additions and 3 deletions

View file

@ -9,6 +9,7 @@
"extra_flags": [
"-DBOARD_HAS_PSRAM",
"-DARDUINO_BTCLOCK",
"-DARDUINO_ESP32S3_DEV",
"-DIS_BTCLOCK_S3",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
@ -18,6 +19,10 @@
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"psram_type": "opi",
"espidf": {
"sdkconfig_path": "boards"
},
"hwids": [
[
"0x303A",
@ -25,7 +30,7 @@
]
],
"mcu": "esp32s3",
"variant": "btclock"
"variant": "esp32s3"
},
"connectivity": [
"bluetooth",
@ -54,4 +59,4 @@
},
"url": "http://github.com/btclock",
"vendor": "BTClock"
}
}