We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3762aae commit 3450281Copy full SHA for 3450281
examples/Communication/MQTT/MQTTClient/Hello/Hello.ino renamed to examples/Communication/MQTT/MQTTClient/Hello_stm32/Hello_stm32.ino
examples/Communication/MQTT/MQTTClient/README.md
@@ -9,7 +9,7 @@ Download the prebuilt Arduino port of MQTTClient and in the Arduino IDE use
9
10
# Examples
11
12
-## Hello
+## Hello_stm32 (original _name Hello_)
13
This is the basic example provided with the MQTTClient library.
14
It has been modified to use the [STM32 Ethernet](https://github.com/stm32duino/STM32Ethernet) library.
15
@@ -22,4 +22,4 @@ Replaced by:
22
```
23
#include <LwIP.h>
24
#include <STM32Ethernet.h>
25
-```
+```
0 commit comments