forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove sdkconfig from lilygo twatch 2020 v3 to restore serial in 9.2
- Loading branch information
Showing
1 changed file
with
0 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +0,0 @@ | ||
# | ||
# Espressif IoT Development Framework Configuration | ||
# | ||
# | ||
# Component config | ||
# | ||
# | ||
# ESP System Settings | ||
# | ||
CONFIG_ESP_CONSOLE_UART_CUSTOM=y | ||
# CONFIG_ESP_CONSOLE_NONE is not set | ||
CONFIG_ESP_CONSOLE_UART=y | ||
CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_0=y | ||
CONFIG_ESP_CONSOLE_UART_NUM=0 | ||
CONFIG_ESP_CONSOLE_UART_TX_GPIO=1 | ||
CONFIG_ESP_CONSOLE_UART_RX_GPIO=3 | ||
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 | ||
# end of ESP System Settings | ||
|
||
# end of Component config | ||
|
||
# end of Espressif IoT Development Framework Configuration | ||