From 5475984d87a9099bedcd1f29d0bcc8d8dad91eeb Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 11 Aug 2024 02:15:13 -0400 Subject: [PATCH] Update rainmaker.md --- rainmaker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rainmaker.md b/rainmaker.md index 7ba6447ee..839e870cb 100644 --- a/rainmaker.md +++ b/rainmaker.md @@ -49,9 +49,9 @@ switch_device = esp_rmaker_device_create("ESP32-Nodes Switch", ESP_RMAKER_DEVICE ESP-IDF **menuconfig** contains settings that define hardware configuration. For example, GPIO used to control power relay, etc. To set configuration values, navigate to the ESP-IDF: SDK Configuration Editor (menuconfig). Some of the default values are pre-defined by the RainMaker Switch template; however, the specific number of GPIO used to turn LED Lights on or off needs to be entered. -To do so, click on Example Configuration section, and change **Output GPIO** value to _4_, which corresponds to the GPIO connected to the LED lights control pin. +To do so, click on Example Configuration section, and change _Output GPIO_ value to __4__, which corresponds to the GPIO connected to the LED lights control pin. -Set **Claiming Type** to _Assisted_, and **Provisioning Transport Method** to _BLE_. +Set _Claiming Type_ to __Assisted__, and _Provisioning Transport Method_ to __BLE__. ESP-IDF. Create a New Project