Skip to content

Commit

Permalink
Renamed Esp8266MQTTClient to EspMQTTClient
Browse files Browse the repository at this point in the history
  • Loading branch information
plapointe6 committed Dec 8, 2018
1 parent e3fc27f commit bee901c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The MQTT communication depends on the PubSubClient Library (https://github.com/k
See "Esp8266MQTTClient.ino" for the complete exemple

```c++
Esp8266MQTTClient client(...);
EspMQTTClient client(...);

void onConnectionEstablished(){

Expand Down

0 comments on commit bee901c

Please sign in to comment.