Skip to content

Commit e749fc3

Browse files
committed
fix include example
1 parent c63e2bd commit e749fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/ArduinoIoTCloud-NetConfig/thingProperties.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#error "This example is not compatible with this board."
55
#endif
66
#include <ArduinoIoTCloud.h>
7-
#include <Arduino_ConnectionHandler.h>
7+
#include <GenericConnectionHandler.h>
88
#include "ConfiguratorAgents/agents/BLE/BLEAgent.h"
99
#include "ConfiguratorAgents/agents/Serial/SerialAgent.h"
1010

0 commit comments

Comments
 (0)