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 3bcb5e0 commit 136f0bfCopy full SHA for 136f0bf
src/ArduinoIoTCloudTCP.cpp
@@ -273,7 +273,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_SubscribeMqttTopics()
273
274
ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_RequestLastValues()
275
{
276
- /* Check wether or not we need to send a new request. */
+ /* Check whether or not we need to send a new request. */
277
unsigned long const now = millis();
278
if ((now - _lastSyncRequestTickTime) > TIMEOUT_FOR_LASTVALUES_SYNC)
279
0 commit comments