-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlaunchpad1.toml
36 lines (31 loc) · 1.55 KB
/
launchpad1.toml
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
esp_toml_version = 1.0
firmware_images_url = "https://shubhamdp.github.io/esp-matter/"
config_readme_url = "https://github.com/shubhamdp/esp_ota/raw/main/build-cfg.md"
supported_apps = ["thread_light","wifi_light","wifi_light_switch","wifi_rainmaker_matter_light"]
[thread_light]
chipsets = ["ESP32C6","ESP32H2"]
image.esp32c6 = "esp32c6_thread_light.bin"
image.esp32h2 = "esp32h2_thread_light.bin"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
readme.text = "https://raw.githubusercontent.com/espressif/esp-matter/main/tools/launchpad/qrcode-content.md"
[wifi_light]
chipsets = ["ESP32","ESP32C3","ESP32C6"]
image.esp32 = "esp32_wifi_light.bin"
image.esp32c3 = "esp32c3_wifi_light.bin"
image.esp32c6 = "esp32c6_wifi_light.bin"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
readme.text = "https://raw.githubusercontent.com/espressif/esp-matter/main/tools/launchpad/qrcode-content.md"
[wifi_light_switch]
chipsets = ["ESP32C3"]
image.esp32c3 = "esp32c3_wifi_light_switch.bin"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
readme.text = "https://raw.githubusercontent.com/espressif/esp-matter/main/tools/launchpad/qrcode-content.md"
[wifi_rainmaker_matter_light]
chipsets = ["ESP32C3"]
image.esp32c3 = "esp32c3_wifi_rainmaker_matter_light.bin"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
readme.text = "https://raw.githubusercontent.com/espressif/esp-matter/main/tools/launchpad/qrcode-content.md"