Fixed serial input
This commit is contained in:
@ -35,8 +35,6 @@ void initDebugInput()
|
|||||||
ESP_LOGE(TAG, "uart_driver_install() failed with %s", esp_err_to_name(result));
|
ESP_LOGE(TAG, "uart_driver_install() failed with %s", esp_err_to_name(result));
|
||||||
else
|
else
|
||||||
uart0Initialized = true;
|
uart0Initialized = true;
|
||||||
|
|
||||||
pinMode(3, INPUT_PULLUP);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void handleDebugInput()
|
void handleDebugInput()
|
||||||
|
Reference in New Issue
Block a user