Skip to content

Commit

Permalink
Add reference to readme files for each of the rainmaker example proje…
Browse files Browse the repository at this point in the history
…cts (#71)
  • Loading branch information
adwait-esp authored Nov 22, 2024
1 parent f7ad5f1 commit 0dbad58
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/rainmaker_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ image.esp32-s2 = "esp32s2_rainmaker_fan_merged.bin"
image.esp32-c3 = "esp32c3_rainmaker_fan_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"
readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/examples/fan/README.md"

[RainMaker-GPIO]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
Expand All @@ -20,6 +21,7 @@ image.esp32-s2 = "esp32s2_rainmaker_gpio_merged.bin"
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"
readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/examples/gpio/README.md"

[RainMaker-Homekit-Switch]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
Expand All @@ -28,6 +30,7 @@ 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"
readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/examples/homekit_switch/README.md"

[RainMaker-Led-Light]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
Expand All @@ -36,6 +39,7 @@ 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"
readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/examples/led_light/README.md"

[RainMaker-Multi-Device]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
Expand All @@ -44,6 +48,7 @@ image.esp32-s2 = "esp32s2_rainmaker_multi_device_merged.bin"
image.esp32-c3 = "esp32c3_rainmaker_multi_device_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"
readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/examples/multi_device/README.md"

[RainMaker-Switch]
chipsets = ["ESP32", "ESP32-S2", "ESP32-C3"]
Expand All @@ -52,11 +57,13 @@ image.esp32-s2 = "esp32s2_rainmaker_switch_merged.bin"
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"
readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/examples/switch/README.md"

[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"
image.esp32-c3 = "esp32c3_rainmaker_temperature_sensor_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"
ios_app_url = "https://apps.apple.com/app/esp-rainmaker/id1497491540"
readme.text = "https://raw.githubusercontent.com/espressif/esp-rainmaker/master/examples/temperature_sensor/README.md"

0 comments on commit 0dbad58

Please sign in to comment.