Changed log format for int32_t/uint32_t
This commit is contained in:
@@ -4,8 +4,8 @@ menu "Application Configuration"
|
||||
int
|
||||
default 33 if IDF_TARGET_ESP32
|
||||
default 46 if IDF_TARGET_ESP32S2
|
||||
default 19 if IDF_TARGET_ESP32C3
|
||||
default 48 if IDF_TARGET_ESP32S3
|
||||
default 19 if IDF_TARGET_ESP32C3
|
||||
|
||||
menu "CAN Setting"
|
||||
|
||||
@@ -51,9 +51,9 @@ menu "Application Configuration"
|
||||
config CTX_GPIO
|
||||
int "CTX GPIO number"
|
||||
range 0 GPIO_RANGE_MAX
|
||||
default 9 if IDF_TARGET_ESP32C3
|
||||
default 17 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 21 if IDF_TARGET_ESP32
|
||||
default 17 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 0 if IDF_TARGET_ESP32C3
|
||||
help
|
||||
GPIO number (IOxx) to CTX.
|
||||
Some GPIOs are used for other purposes (flash connections, etc.).
|
||||
@@ -62,9 +62,9 @@ menu "Application Configuration"
|
||||
config CRX_GPIO
|
||||
int "CRX GPIO number"
|
||||
range 0 GPIO_RANGE_MAX
|
||||
default 10 if IDF_TARGET_ESP32C3
|
||||
default 18 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 22 if IDF_TARGET_ESP32
|
||||
default 18 if IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
|
||||
default 1 if IDF_TARGET_ESP32C3
|
||||
help
|
||||
GPIO number (IOxx) to CRX.
|
||||
Some GPIOs are used for other purposes (flash connections, etc.).
|
||||
|
||||
Reference in New Issue
Block a user