Skip to content

Commit 7a9e04f

Browse files
committed
linter
1 parent 4fa3634 commit 7a9e04f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/Education and Kits/Science Journal App/Upload-the-Science-Journal-firmware.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,28 @@ To use the Science Journal, it is necessary to use different libraries and examp
8181

8282
![The board dropdown in the Web Editor.](img/web-editor-sj-firmware-board.png)
8383

84-
4. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
84+
4. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
8585
5. Click on **Examples** in the left-most sidebar to open the Examples tab. Search the example for your board in the textbox and select it in the results area.
8686

8787
![Opening the Nano33BLESenseFirmware example from the Arduino_ScienceJournal library.](SJ_WebEditor_Select-example.png)
8888

89-
5. Click the ![Web Editor upload button.](img/symbol_upload-web.png) **Upload** button.
89+
6. Click the ![Web Editor upload button.](img/symbol_upload-web.png) **Upload** button.
9090

9191
![Uploading the sketch in the Web Editor.](img/web-editor-sj-firmware-upload.png)
9292

93-
6. Wait for the process to finish (Compilation for the Nano 33 BLE Sense may take several minutes, and the console will not print any messages during this time).
94-
7. When the upload is completed, you can [connect your board to the Science Journal app](https://support.arduino.cc/hc/en-us/articles/4407749620370).
93+
7. Wait for the process to finish (Compilation for the Nano 33 BLE Sense may take several minutes, and the console will not print any messages during this time).
94+
8. When the upload is completed, you can [connect your board to the Science Journal app](https://support.arduino.cc/hc/en-us/articles/4407749620370).
9595

9696
<a id="using-arduino-ide"></a>
9797

9898
## Upload the firmware using Arduino IDE
9999

100100
1. Connect your board to your computer with a USB cable.
101101
2. Open Arduino IDE and [select your board](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE).
102-
1. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
103-
2. [Install the library](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE) for your board.
104-
3. In `File > Examples`, hover over the library for your board to reveal the examples (In IDE 1, the path is `File > Examples > INCOMPATIBLE`).
105-
4. Select the example for your board.
106-
5. Click the ![Upload button](img/symbol_upload.png) **Upload** button.
107-
6. Wait for the process to finish (Compilation for the Nano 33 BLE Sense may take several minutes, and the console will not print any messages during this time).
108-
7. When the upload is completed, you can [connect your board to the Science Journal app](https://support.arduino.cc/hc/en-us/articles/4407749620370).
102+
3. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
103+
4. [Install the library](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE) for your board.
104+
5. In `File > Examples`, hover over the library for your board to reveal the examples (In IDE 1, the path is `File > Examples > INCOMPATIBLE`).
105+
6. Select the example for your board.
106+
7. Click the ![Upload button](img/symbol_upload.png) **Upload** button.
107+
8. Wait for the process to finish (Compilation for the Nano 33 BLE Sense may take several minutes, and the console will not print any messages during this time).
108+
9. When the upload is completed, you can [connect your board to the Science Journal app](https://support.arduino.cc/hc/en-us/articles/4407749620370).

0 commit comments

Comments
 (0)