From 811b28ce8a61efbe8744ac42d1a5b5af44e3e5c5 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Sat, 25 Dec 2021 19:06:34 +0100 Subject: [PATCH] Fixed serial input --- main/debuginputhandler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/debuginputhandler.cpp b/main/debuginputhandler.cpp index 6de067a..02c38c7 100644 --- a/main/debuginputhandler.cpp +++ b/main/debuginputhandler.cpp @@ -35,8 +35,6 @@ void initDebugInput() ESP_LOGE(TAG, "uart_driver_install() failed with %s", esp_err_to_name(result)); else uart0Initialized = true; - - pinMode(3, INPUT_PULLUP); } void handleDebugInput()