Hi
I am working on ESP32 with ESP-IDF v3.0. Currently I am using IPv4. I want to enable DHCP IPv6. So is there any way we can use IPv6 in ESP-IDF.
Thanks in advance..
make menuconfig -> component config -> ESP32-specific -> UART for console output
Hi @ESP_Sprite and Thanks for ur quick response.. I tried with this config settings but still am not getting it. In my code the two UARTs are enabled and sending/receiving. So when i changed the UART Console to UART1 ...
Hi Admin
I am using ESP32 with ESP-IDF v3.0. Here i have enabled all the debug LOGS. But i need these debug LOGs in UART1 of ESP32 instead of UART0.
So, is there any method or function to redirect the logs to UART1??