ESP-NOW + Wi-Fi

This commit is contained in:
2025-07-26 23:04:38 -04:00
parent bdd6344142
commit 0b2a454086

View File

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