-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
55 lines (47 loc) · 1.4 KB
/
config.toml
File metadata and controls
55 lines (47 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
esp_toml_version = 1.0
firmware_images_url = "https://github.com/whble/xiaozhi-esp32/releases/download/V0.9.8/"
config_readme_url = "https://raw.githubusercontent.com/whble/xiaozhi-esp32/refs/heads/main/images/cfg.md"
supported_apps = ["bread-compact-ml307_v0_9_8","bread-compact-wifi_v0_9_8",
"esp-box-3_v0_9_8","kevin-box-2_v0_9_8","lichuang-dev_v0_9_8","m5static-core-s3_v9_0_8","magiclick-2p4_v0_9_8"]
[bread-compact-ml307_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "bread-compact-ml307_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[bread-compact-wifi_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "bread-compact-wifi_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[esp-box-3_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "esp-box-3_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[kevin-box-2_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "kevin-box-2_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[lichuang-dev_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "lichuang-dev_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[m5static-core-s3_v9_0_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "m5static-core-s3_v9_0_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""
[magiclick-2p4_v0_9_8]
chipsets = ["ESP32S3"]
image.esp32s3 = "magiclick-2p4_v0_9_8.bin"
ios_app_url = ""
android_app_url = ""
readme.text = ""