Skip to content

Commit 0ac9478

Browse files
committed
fix(rainmaker): Update readme file for RM examples
1 parent b995450 commit 0ac9478

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libraries/RainMaker/examples/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
While building any examples for ESP RainMaker, take care of the following:
44

5-
1. Change partition scheme in Arduino IDE to RainMaker (Tools -> Partition Scheme -> RainMaker).
5+
1. Change the partition scheme that fits your flash size in Arduino IDE to "RainMaker 4MB", "RainMaker 4MB no OTA" or "RainMaker 8MB" (Tools -> Partition Scheme -> RainMaker).
66
2. Once ESP RainMaker gets started, compulsorily call `WiFi.beginProvision()` which is responsible for user-node mapping.
77
3. Use the appropriate provisioning scheme as per the board.
88
- ESP32 Board: BLE Provisioning
99
- ESP32-C3 Board: BLE Provisioning
1010
- ESP32-S3 Board: BLE Provisioning
1111
- ESP32-S2 Board: SoftAP Provisioning
12-
4. Set debug level to Info (Tools -> Core Debug Level -> Info). This is recommended debug level but not mandatory to run RainMaker.
12+
- ESP32-C6 Board: BLE Provisioning
13+
- ESP32-H2 Board: BLE Provisioning
14+
4. Set debug level to Info (Tools -> Core Debug Level -> Info). This is the recommended debug level but not mandatory to run RainMaker.

0 commit comments

Comments
 (0)