Browse Source

Modifying file

chabisik 1 year ago
parent
commit
ec839d00b7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      executor_esp32.ino

+ 1
- 1
executor_esp32.ino View File

@@ -11,7 +11,7 @@ const char* password = "";
11 11
 
12 12
 WebServer server(80);
13 13
 
14
-void closeCircuitAndOpen(int closeTime=400)
14
+void closeCircuitAndOpen(int closeTime=660)
15 15
 {
16 16
     int pos = 0;
17 17
     for(pos = initialPos; pos <= 180; pos += 1) { // goes from 0 degrees to 180 degrees

Loading…
Cancel
Save