Skip to content

Commit 690610a

Browse files
authored
Merge pull request #2642 from klaus/patch-1
Fix protocol typo.
2 parents efa6537 + 35c2485 commit 690610a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The most popular and inexpensive modules are the Wi-Fi & Bluetooth® modules. Th
197197

198198
Bluetooth® is used to communicate with nearby devices, and is really useful for maintaining a fast and reliable connection. For example, in real-life applications, Bluetooth® technology for example used in wireless headphones & speakers.
199199

200-
Similarly to serial protocols, radio modules use their own set of protocols to communicate, such as HTTP, MQTT and UPD.
200+
Similarly to serial protocols, radio modules use their own set of protocols to communicate, such as HTTP, MQTT and UDP.
201201

202202
## Arduino API
203203

@@ -811,3 +811,4 @@ To learn more, you can explore the [Arduino Documentation](/) and the [Arduino L
811811
To purchase an Arduino board, visit the [Arduino Store](https://store.arduino.cc/).
812812

813813
To download a version of the Arduino IDE, visit the [Arduino Software page](https://www.arduino.cc/en/software).
814+

0 commit comments

Comments
 (0)