We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d266e commit a8c3941Copy full SHA for a8c3941
src/ArduinoIoTCloud.h
@@ -153,7 +153,7 @@ class ArduinoIoTCloudClass
153
154
ConnectionHandler * _connection;
155
#if NETWORK_CONFIGURATOR_ENABLED
156
- NetworkConfiguratorClass * _configurator = nullptr;
+ NetworkConfiguratorClass * _configurator;
157
#endif
158
TimeServiceClass & _time_service;
159
String _thing_id;
0 commit comments