Skip to content

Commit

Permalink
Update the ios app URL. Also removed spaces in the app names, replace…
Browse files Browse the repository at this point in the history
…d with hiphens (#33)
  • Loading branch information
adwait-esp committed Aug 4, 2023
1 parent 5fbecda commit 411a6d8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions config/default_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ esp_toml_version = 1.0

firmware_images_url = "https://adwait-esp.github.io/flasher/images/"

supported_apps = ["Matter-AllClustersApp-TE9", "Matter-AllClustersApp-M5Stack-TE9", "Matter-LightingApp-TE9", "RainMaker-Fan", "RainMaker-GPIO", "RainMaker-Homekit Switch", "RainMaker-Led Light", "RainMaker-Multi Device", "RainMaker-Switch", "RainMaker-Temperature Sensor"]
supported_apps = ["Matter-AllClustersApp-TE9", "Matter-AllClustersApp-M5Stack-TE9", "Matter-LightingApp-TE9", "RainMaker-Fan", "RainMaker-GPIO", "RainMaker-Homekit-Switch", "RainMaker-Led-Light", "RainMaker-Multi-Device", "RainMaker-Switch", "RainMaker-Temperature-Sensor"]


[RainMaker-Fan]
Expand All @@ -21,23 +21,23 @@ image.esp32-c3 = "esp32c3_rainmaker_gpio_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Homekit Switch]
[RainMaker-Homekit-Switch]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_homekit_switch_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_homekit_switch_merged.bin"
image.esp32-c3 = "esp32c3_rainmaker_homekit_switch_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Led Light]
[RainMaker-Led-Light]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_led_light_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_led_light_merged.bin"
image.esp32-c3 = "esp32c3_rainmaker_led_light_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Multi Device]
[RainMaker-Multi-Device]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_multi_device_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_multi_device_merged.bin"
Expand All @@ -53,7 +53,7 @@ image.esp32-c3 = "esp32c3_rainmaker_switch_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Temperature Sensor]
[RainMaker-Temperature-Sensor]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_temperature_sensor_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_temperature_sensor_merged.bin"
Expand All @@ -65,18 +65,18 @@ ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
chipsets = ["ESP32", "ESP32-C3"]
image.esp32 = "esp32_matter_all-clusters-app.bin"
image.esp32-c3 = "esp32c3_matter_all-clusters-app.bin"
ios_app_url = "https://apps.apple.com/app/espressif-matter/id1604739172?platform=iphone"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""

[Matter-AllClustersApp-M5Stack-TE9]
chipsets = ["ESP32"]
image.esp32 = "m5stack_matter_all-clusters-app.bin"
ios_app_url = "https://apps.apple.com/app/espressif-matter/id1604739172?platform=iphone"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""

[Matter-LightingApp-TE9]
chipsets = ["ESP32", "ESP32-C3"]
image.esp32 = "esp32_matter_lighting-app.bin"
image.esp32-c3 = "esp32c3_matter_lighting-app.bin"
ios_app_url = "https://apps.apple.com/app/espressif-matter/id1604739172?platform=iphone"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
6 changes: 3 additions & 3 deletions config/matter_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ supported_apps = ["Matter-AllClustersApp-TE9", "Matter-AllClustersApp-M5Stack-TE
chipsets = ["ESP32", "ESP32-C3"]
image.esp32 = "esp32_matter_all-clusters-app.bin"
image.esp32-c3 = "esp32c3_matter_all-clusters-app.bin"
ios_app_url = "https://apps.apple.com/app/espressif-matter/id1604739172?platform=iphone"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""

[Matter-AllClustersApp-M5Stack-TE9]
chipsets = ["ESP32"]
image.esp32 = "m5stack_matter_all-clusters-app.bin"
ios_app_url = "https://apps.apple.com/app/espressif-matter/id1604739172?platform=iphone"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""

[Matter-LightingApp-TE9]
chipsets = ["ESP32", "ESP32-C3"]
image.esp32 = "esp32_matter_lighting-app.bin"
image.esp32-c3 = "esp32c3_matter_lighting-app.bin"
ios_app_url = "https://apps.apple.com/app/espressif-matter/id1604739172?platform=iphone"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
android_app_url = ""
10 changes: 5 additions & 5 deletions config/rainmaker_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ esp_toml_version = 1.0

firmware_images_url = "https://adwait-esp.github.io/flasher/images/"

supported_apps = ["RainMaker-Fan", "RainMaker-GPIO", "RainMaker-Homekit Switch", "RainMaker-Led Light", "RainMaker-Multi Device", "RainMaker-Switch", "RainMaker-Temperature Sensor"]
supported_apps = ["RainMaker-Fan", "RainMaker-GPIO", "RainMaker-Homekit-Switch", "RainMaker-Led-Light", "RainMaker-Multi-Device", "RainMaker-Switch", "RainMaker-Temperature-Sensor"]


[RainMaker-Fan]
Expand All @@ -21,23 +21,23 @@ image.esp32-c3 = "esp32c3_rainmaker_gpio_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Homekit Switch]
[RainMaker-Homekit-Switch]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_homekit_switch_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_homekit_switch_merged.bin"
image.esp32-c3 = "esp32c3_rainmaker_homekit_switch_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Led Light]
[RainMaker-Led-Light]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_led_light_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_led_light_merged.bin"
image.esp32-c3 = "esp32c3_rainmaker_led_light_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Multi Device]
[RainMaker-Multi-Device]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_multi_device_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_multi_device_merged.bin"
Expand All @@ -53,7 +53,7 @@ image.esp32-c3 = "esp32c3_rainmaker_switch_merged.bin"
android_app_url = "https://play.google.com/store/apps/details?id=com.espressif.rainmaker"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"

[RainMaker-Temperature Sensor]
[RainMaker-Temperature-Sensor]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
image.esp32 = "esp32_rainmaker_temperature_sensor_merged.bin"
image.esp32-s2 = "esp32s2_rainmaker_temperature_sensor_merged.bin"
Expand Down

0 comments on commit 411a6d8

Please sign in to comment.