Skip to content

Commit 0ec3884

Browse files
committed
Update NetworkManager.h
1 parent cc5765f commit 0ec3884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Networking/src/NetworkManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
*/
66
#pragma once
77

8-
#include "ESP_Network_Events.h"
8+
#include "NetworkEvents.h"
99
#include "IPAddress.h"
1010
#include "WString.h"
1111

12-
class NetworkManager : public ESP_Network_Events, public Printable {
12+
class NetworkManager : public NetworkEvents, public Printable {
1313
public:
1414
NetworkManager();
1515

0 commit comments

Comments
 (0)