From 773ce49385f1713463aa20f760b42e405b10d891 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Tue, 16 Jul 2024 18:11:08 -0400 Subject: [PATCH] Update main.cpp --- ESP32-C3-sm_I2C/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();