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
- Use Serial.print instead of log_i for QR code helper information,
so that it is always printed by default.
- Expose the RainMaker factory reset and wifi reset APIs.
- Simplify example to have only a Switch device. Create another example for custom device.
- Enable push button based Factory reset and Wi-Fi reset.
- Added support for the TimeZone service.
- Moved API doc to RainMaker library's top level README.
- Other minor doc changes.
This example demonstrates how to build a switch device to be used with ESP RainMaker.
4
+
5
+
## What to expect in this example?
6
+
7
+
- This example sketch uses the on board Boot button and GPIO16 to demonstrate an ESP RainMaker switch device.
8
+
- After compiling and flashing the example, add your device using the [ESP RainMaker phone apps](https://rainmaker.espressif.com/docs/quick-links.html#phone-apps) by scanning the QR code.
9
+
- Toggling the state from the phone app will toggle the switch state (GPIO16).
10
+
- Pressing the Boot button will toggle the switch state (GPIO16) and the same will reflect on the phone app.
This example demonstrates how to build a switch device to be used with ESP RainMaker.
4
+
5
+
## What to expect in this example?
6
+
7
+
- This example sketch uses the on board Boot button and GPIO16 to demonstrate an ESP RainMaker switch device.
8
+
- After compiling and flashing the example, add your device using the [ESP RainMaker phone apps](https://rainmaker.espressif.com/docs/quick-links.html#phone-apps) by scanning the QR code.
9
+
- Toggling the state from the phone app will toggle the switch state (GPIO16).
10
+
- Pressing the Boot button will toggle the switch state (GPIO16) and the same will reflect on the phone app.
0 commit comments