File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class ArduinoIoTCloudClass
87
87
88
88
inline void setThingId (String const thing_id) { _thing_id = thing_id; };
89
89
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; };
91
91
inline String & getDeviceId () { return _device_id; };
92
92
93
93
inline ConnectionHandler * getConnection () { return _connection; }
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
66
66
int begin (String brokerAddress = DEFAULT_BROKER_ADDRESS_SECURE_AUTH, uint16_t brokerPort = DEFAULT_BROKER_PORT_SECURE_AUTH);
67
67
68
68
#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); }
70
70
inline void setSecretDeviceKey (String const password) { _password = password; }
71
71
#endif
72
72
You can’t perform that action at this time.
0 commit comments