diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 21b237450..a2ef7d1a9 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -39,7 +39,7 @@ // External libraries #include "Adafruit_MQTT.h" // MQTT Client -#include "Arduino.h" // Wiring +#include "Arduino.h" // Wiring #include #include #include diff --git a/src/network_interfaces/Wippersnapper_ESP32.h b/src/network_interfaces/Wippersnapper_ESP32.h index a2a520c4f..73d961fc5 100644 --- a/src/network_interfaces/Wippersnapper_ESP32.h +++ b/src/network_interfaces/Wippersnapper_ESP32.h @@ -212,7 +212,7 @@ class Wippersnapper_ESP32 : public Wippersnapper { // wait for connection to be established long startRetry = millis(); while (WiFi.status() != WL_CONNECTED && millis() - startRetry < 10000) { - // do nothing, busy loop during the timeout + // do nothing, busy loop during the timeout } // timeout expired and connected if (WiFi.status() == WL_CONNECTED) {