Skip to content

Commit a8c3941

Browse files
committed
clean initialization
1 parent e5d266e commit a8c3941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class ArduinoIoTCloudClass
153153

154154
ConnectionHandler * _connection;
155155
#if NETWORK_CONFIGURATOR_ENABLED
156-
NetworkConfiguratorClass * _configurator = nullptr;
156+
NetworkConfiguratorClass * _configurator;
157157
#endif
158158
TimeServiceClass & _time_service;
159159
String _thing_id;

0 commit comments

Comments
 (0)