mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 07:36:11 +00:00
ESPNOW + WiFi
This commit is contained in:
@@ -436,6 +436,9 @@ void task(void *pvParameters)
|
||||
esp_wifi_get_band(&band);
|
||||
printf("Wi-Fi Channel: %d, Band:%d\n", channel, band);
|
||||
//ESP_LOGE(TAG, "Wi-Fi Channel: %d, Band: %d", channel, band);
|
||||
mqtt_update_battery_voltage(bus_voltage);
|
||||
mqtt_update_sys_current(current);
|
||||
mqtt_update_sys_power(power);
|
||||
|
||||
vTaskDelay(pdMS_TO_TICKS(2500));
|
||||
}
|
||||
|
Reference in New Issue
Block a user