Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit f30292c

Browse files
committed
Removed unnecessary library url
1 parent dbaa7f6 commit f30292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MQTT_And_OTA_Ethernet/MQTT_And_OTA_Ethernet.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <ESPAsyncWebServer.h> // https://github.com/me-no-dev/ESPAsyncWebServer
3737
#include <AsyncElegantOTA.h> // https://github.com/ayushsharma82/AsyncElegantOTA
3838

39-
// Libraries also needed: https://github.com/plapointe6/EspMQTTClient, https://github.com/knolleary/pubsubclient
39+
// Libraries also needed: https://github.com/knolleary/pubsubclient
4040

4141
AsyncWebServer server(80);
4242

0 commit comments

Comments
 (0)