You've already forked CoreS3-Box
mirror of
https://github.com/m5stack/CoreS3-Box.git
synced 2026-05-20 10:59:43 -07:00
22 lines
615 B
TOML
22 lines
615 B
TOML
esp_toml_version = 1.0
|
|
firmware_images_url = "https://dl.espressif.com/AE/esp-box/"
|
|
|
|
supported_apps = ["ESP-BOX_Demo_EN_V0_3_0", "ESP-BOX_Demo_CN_V0_3_0", "ESP-BOX_USB_Headset_V0_0_1"]
|
|
|
|
[ESP-BOX_Demo_EN_V0_3_0]
|
|
chipsets = ["ESP32-S3"]
|
|
image.esp32-s3 = "ESP-BOX_Demo_EN_V0.3.0.bin"
|
|
android_app_url = ""
|
|
ios_app_url = ""
|
|
|
|
[ESP-BOX_Demo_CN_V0_3_0]
|
|
chipsets = ["ESP32-S3"]
|
|
image.esp32-s3 = "ESP-BOX_Demo_CN_V0.3.0.bin"
|
|
android_app_url = ""
|
|
ios_app_url = ""
|
|
|
|
[ESP-BOX_USB_Headset_V0_0_1]
|
|
chipsets = ["ESP32-S3"]
|
|
image.esp32-s3 = "ESP-BOX_USB_Headset_V0.0.1.bin"
|
|
android_app_url = ""
|
|
ios_app_url = "" |