ESP-NOW + Wi-Fi

This commit is contained in:
2025-07-26 23:06:16 -04:00
parent c1ad60ebcc
commit 8fc351470b

View File

@@ -430,7 +430,7 @@ void task(void *pvParameters)
esp_wifi_get_channel(&channel, NULL); esp_wifi_get_channel(&channel, NULL);
ESP_LOGE(TAG, "ESP-NOW Channel: %d", channel); ESP_LOGE(TAG, "ESP-NOW Channel: %d", channel);
mqtt_app_start(); mqtt_publish();
vTaskDelay(pdMS_TO_TICKS(2500)); vTaskDelay(pdMS_TO_TICKS(2500));
} }