From e9000225197d3a7a02ffeb37db9e19834f4144bb Mon Sep 17 00:00:00 2001 From: WanqQixiang Date: Wed, 24 Jul 2024 17:34:37 +0800 Subject: [PATCH] Remove the limit of iOS RainMaker phone App --- examples/light_wifi_prov/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/light_wifi_prov/README.md b/examples/light_wifi_prov/README.md index c0c2a0e1a..8f36b50f2 100644 --- a/examples/light_wifi_prov/README.md +++ b/examples/light_wifi_prov/README.md @@ -8,12 +8,10 @@ See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/de - ESP32-S3-DevKitM - chip-tool (For Matter commissioning) -- Android RainMaker APP (For RainMaker Provisioning, version 3.4.1-50658f9) +- Android RainMaker APP of version 3.4.1 or iOS RainMaker APP of version 3.2.0 (For RainMaker Provisioning) - [ESP-IDF](https://github.com/espressif/esp-idf) on commit 1022b2b447d364d2f2600045c75d81dd203dd15e - [ESP-RainMaker](https://github.com/espressif/esp-rainmaker) on commit 90a8d9edf9802ca23b14ff87fe3bbf826a1df228 -**Note:** iOS Rainmaker APP will crash after scanning the QR code, which is a known issue and will be fixed in the next release. Please do not use it for provisioning this example. - ## 2. Additional Environment Setup To build this example, you need to clone ESP-RainMaker repository and export the path as RMAKER_PATH: @@ -40,4 +38,4 @@ There are also some WiFi stack initialization changes to avoid duplicated Wi-Fi ## 5. RainMaker Provisioning -After you flash the example to the DevKit board, the console will print the QR code for RainMaker Provisioning. After you scan the QR code with the RainMaker Android App, the RainMaker provisioning will be done and the device will be added to your RainMaker home. +After you flash the example to the DevKit board, the console will print the QR code for RainMaker Provisioning. After you scan the QR code with the RainMaker Phone App, the RainMaker provisioning will be done and the device will be added to your RainMaker home.