-
Notifications
You must be signed in to change notification settings - Fork 1
/
with_qrcode.toml
27 lines (23 loc) · 1.09 KB
/
with_qrcode.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
esp_toml_version = 1.0
firmware_images_url = "https://espressif.github.io/esp-matter/"
supported_apps = ["light","light_switch"]
[light]
chipsets = ["ESP32","ESP32C3","ESP32C6","ESP32H2"]
image.esp32 = "esp32_light.bin"
image.esp32c3 = "esp32c3_light.bin"
image.esp32c6 = "esp32c6_light.bin"
image.esp32h2 = "esp32h2_light.bin"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
setup_payload_logo = "https://raw.githubusercontent.com/shubhamdp/esp_ota/main/ashwin_amazon/50740eea-ff9c-4df7-80c7-0a6fa639e1e3-modified.png"
setup_payload = "MT:Y.K9042C00KA0648G00"
[light_switch]
chipsets = ["ESP32","ESP32C3","ESP32C6","ESP32H2"]
image.esp32 = "esp32_light_switch.bin"
image.esp32c3 = "esp32c3_light_switch.bin"
image.esp32c6 = "esp32c6_light_switch.bin"
image.esp32h2 = "esp32h2_light_switch.bin"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
setup_payload_logo = "https://raw.githubusercontent.com/shubhamdp/esp_ota/main/ashwin_amazon/50740eea-ff9c-4df7-80c7-0a6fa639e1e3-modified.png"
setup_payload = "MT:Y.K9042C00KA0648G00"