Skip to content

Commit 31c6275

Browse files
committed
Update Note format
1 parent 43aebe4 commit 31c6275

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/software/app-lab/tutorials/01.getting-started/apps-lab-ide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,7 @@ Once an App is launched, the status of the App is available in the **Console**.
231231
- **Main (Python®)** - view the logs from the Python® application (`print()`)
232232
- **Sketch (Microcontroller)** – view data sent from the sketch using `monitor.print()`.
233233

234-
> Note: `Serial.println()` outputs data over UART and is not shown in the App Lab Console.
235-
> To display messages in the Console, use `monitor.print()`.
236-
> Learn more in [From Serial to Monitor](https://docs.arduino.cc/tutorials/uno-q/user-manual/#from-serial-to-monitor)
234+
**Note:** `Serial.println()` outputs data over UART and is not shown in the App Lab Console. To display messages in the Console, use `monitor.print()`. Learn more in [From Serial to Monitor](https://docs.arduino.cc/tutorials/uno-q/user-manual/#from-serial-to-monitor)
237235

238236
![App logs](assets/app-logs.png)
239237

0 commit comments

Comments
 (0)