We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7431d5 commit 24eb0bbCopy full SHA for 24eb0bb
1 file changed
src/main.cpp
@@ -520,23 +520,6 @@ void vTaskLogData(void *pvParameters) {
520
}
521
522
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
537
538
539
540
/**
541
* MARK: loop
542
* Arduino: put your main code here, to run repeatedly:
0 commit comments