copy-paste ublox serial config and reading
This commit is contained in:
parent
6f90f46b68
commit
545fa95f17
5 changed files with 165 additions and 45 deletions
|
@ -5,6 +5,9 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=64000
|
|||
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).
|
||||
#CONFIG_FREERTOS_HZ=1000
|
||||
|
||||
# Explicitly specify UART0 for console debugging.
|
||||
CONFIG_CONSOLE_UART_NUM=0
|
||||
|
||||
# Workaround for https://github.com/espressif/esp-idf/issues/7631
|
||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
|
||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue