Skip to content

Commit 4928b37

Browse files
committed
lint fixes
1 parent 1404b68 commit 4928b37

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

content/Arduino Cloud/Arduino IoT Cloud/If-your-device-cant-be-added-to-Arduino-Cloud.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Learn what to do if there's a problem adding your device to Arduino Cloud.
1313
1. [Check your USB cable and peripherals](#2-check-your-usb-cable-and-peripherals)
1414
1. [Rule out hardware issues](#3-rule-out-hardware-issues)
1515
1. [Reset the sketch](#4-reset-the-sketch)
16-
1. [Stop applications that may be using the device](#stop-applications-that-may-be-using-the-device)
17-
1. [Manually partition your memory Arduino device for Arduino Cloud](#5-manually-partition-your-memory-arduino-device-for-arduino-cloud)
16+
1. [Stop applications that may be using the device](#5-stop-applications-that-may-be-using-the-device)
17+
1. [Manually partition your memory Arduino device for Arduino Cloud](#6-manually-partition-your-memory-arduino-device-for-arduino-cloud)
1818

1919
---
2020

@@ -54,8 +54,8 @@ If you still can't add the device, use Arduino IDE to the Cloud Editor to progra
5454
* Understand that Bluetooth setup requires the board to be running the Arduino Cloud provisioning sketch. When the board is running this sketch, the on-board LED will flash with a "heartbeat" pulse that turns solid when connecting to Arduino Cloud. If your board is not running this sketch, you first need to configure it using USB (Serial).
5555
* If your board is running the provisioning sketch but still isn't detected, try resetting the Cloud configuration:
5656

57-
* **Arduino Opta:** Press and hold the user button (BTN_USER) until the LED (LED_USER) turns off.
58-
* **UNO R4 WiFi:** Connect Pin 2 to GND until the LED turns off.
57+
* **Arduino Opta:** Press and hold the user button (BTN_USER) until the LED (LED_USER) turns off.
58+
* **UNO R4 WiFi:** Connect Pin 2 to GND until the LED turns off.
5959

6060
## 5. Stop applications that may be using the device
6161

@@ -77,9 +77,6 @@ If you still encounter the issue, follow the steps in [Find and stop process blo
7777

7878
<!-- The Serial Monitor in the Cloud Editor will automatically be closed -->
7979

80-
81-
82-
8380
---
8481

8582
## 6. Manually partition your memory Arduino device for Arduino Cloud
@@ -104,5 +101,4 @@ If your device has a corrupted or outdated partition scheme, you may encounter o
104101

105102
You can resolve these issues by [repartitioning the memory with a supported partition scheme](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices).
106103

107-
108104
<!-- markdownlint-disable-file HC001 -->

0 commit comments

Comments
 (0)