diff --git a/ESP32-C3-sm_I2C/src/main.cpp b/ESP32-C3-sm_I2C/src/main.cpp index 5ec5571a..2ede404c 100644 --- a/ESP32-C3-sm_I2C/src/main.cpp +++ b/ESP32-C3-sm_I2C/src/main.cpp @@ -57,7 +57,7 @@ void TaskSensorValuesCode (void* parameters) { } void setup() { - Serial.println("Please wait 2 seconds ..."); + Serial.println("Please wait 2 seconds ..."); delay(2000); Serial.begin(9600); Serial.println();