You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/RainMaker/examples/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
While building any examples for ESP RainMaker, take care of the following:
4
4
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).
6
6
2. Once ESP RainMaker gets started, compulsorily call `WiFi.beginProvision()` which is responsible for user-node mapping.
7
7
3. Use the appropriate provisioning scheme as per the board.
8
8
- ESP32 Board: BLE Provisioning
9
9
- ESP32-C3 Board: BLE Provisioning
10
10
- ESP32-S3 Board: BLE Provisioning
11
11
- 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