Changed from tcpip_adapter_get_ip_info to esp_netif_get_ip_info

This commit is contained in:
nopnop2002
2022-04-29 09:15:34 +09:00
parent a8be8b0034
commit c2361f1894
6 changed files with 21 additions and 43 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void twai_task(void *pvParameters)
#if CONFIG_ENABLE_PRINT
if (ext == STANDARD_FRAME) {
printf("Standard ID: 0x%03x ", rx_msg.identifier);
printf("Standard ID: 0x%03x ", rx_msg.identifier);
} else {
printf("Extended ID: 0x%08x", rx_msg.identifier);
}