bugfix: app_wifi logs had app_thread tag

This commit is contained in:
Piyush Shah
2024-10-25 15:17:56 +05:30
parent 630fe690b0
commit 72845bc086

View File

@@ -54,7 +54,7 @@
#endif
#ifdef CONFIG_ESP_RMAKER_NETWORK_OVER_WIFI
static const char* TAG = "app_thread";
static const char* TAG = "app_wifi";
/* Event handler for catching system events */
static void event_handler(void* arg, esp_event_base_t event_base,
int32_t event_id, void* event_data)