Fixed serial input

This commit is contained in:
2021-12-25 19:06:34 +01:00
parent 6415448f9b
commit 811b28ce8a

View File

@ -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()