This commit is contained in:
2024-07-15 15:52:05 -04:00
parent e720978d10
commit 66b791e86f

View File

@@ -50,8 +50,8 @@ void TaskSensorValuesCode (void* parameters) {
}
void setup() {
Serial.println("Please wait 5 seconds ...");
delay(5000);
Serial.println("Please wait 2 seconds ...");
delay(2000);
Serial.begin(9600);
Serial.println();