File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class ArduinoIoTCloudClass
8787
8888 inline void setThingId (String const thing_id) { _thing_id = thing_id; };
8989 inline String & getThingId () { return _thing_id; };
90- inline void setDeviveId (String const device_id) { _device_id = device_id; };
90+ inline void setDeviceId (String const device_id) { _device_id = device_id; };
9191 inline String & getDeviceId () { return _device_id; };
9292
9393 inline ConnectionHandler * getConnection () { return _connection; }
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
6666 int begin (String brokerAddress = DEFAULT_BROKER_ADDRESS_SECURE_AUTH, uint16_t brokerPort = DEFAULT_BROKER_PORT_SECURE_AUTH);
6767
6868 #ifdef BOARD_ESP
69- inline void setBoardId (String const device_id) { setDeviveId (device_id); }
69+ inline void setBoardId (String const device_id) { setDeviceId (device_id); }
7070 inline void setSecretDeviceKey (String const password) { _password = password; }
7171 #endif
7272
You can’t perform that action at this time.
0 commit comments