Skip to content

Commit 3450281

Browse files
committed
Rename MQTTCLient Hello example to Hello_stm32
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 3762aae commit 3450281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Communication/MQTT/MQTTClient/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Download the prebuilt Arduino port of MQTTClient and in the Arduino IDE use
99

1010
# Examples
1111

12-
## Hello
12+
## Hello_stm32 (original _name Hello_)
1313
This is the basic example provided with the MQTTClient library.
1414
It has been modified to use the [STM32 Ethernet](https://github.com/stm32duino/STM32Ethernet) library.
1515

@@ -22,4 +22,4 @@ Replaced by:
2222
```
2323
#include <LwIP.h>
2424
#include <STM32Ethernet.h>
25-
```
25+
```

0 commit comments

Comments
 (0)