Skip to content

Commit 24eb0bb

Browse files
committed
Main: Fixed accidently duplicated functions
1 parent d7431d5 commit 24eb0bb

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

src/main.cpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -520,23 +520,6 @@ void vTaskLogData(void *pvParameters) {
520520
}
521521
}
522522

523-
/**
524-
* @brief Task to handle Telnet connections
525-
*/
526-
void vTaskTelnet(void *pvParameters) {
527-
while (true) {
528-
}
529-
}
530-
531-
/**
532-
* @brief Task to handle ElegantOTA connections
533-
* @deprecated Just use a USB cable if possible
534-
*/
535-
void vTaskOTA(void *pvParameters) {
536-
while (true) {
537-
}
538-
}
539-
540523
/**
541524
* MARK: loop
542525
* Arduino: put your main code here, to run repeatedly:

0 commit comments

Comments
 (0)