ESPNOW + WiFi + InfluxDB

This commit is contained in:
2025-07-29 03:34:13 -04:00
parent 68b10e4cf6
commit b89394b3ff

View File

@@ -438,7 +438,7 @@ void task(void *pvParameters)
//ESP_LOGE(TAG, "Wi-Fi Channel: %d, Band: %d", channel, band); //ESP_LOGE(TAG, "Wi-Fi Channel: %d, Band: %d", channel, band);
mqtt_update_battery_voltage(bus_voltage); mqtt_update_battery_voltage(bus_voltage);
mqtt_update_sys_current(1000.00*current); mqtt_update_sys_current(1000.00*current);
mqtt_update_sys_power(1000.00*power); mqtt_update_sys_power(power);
vTaskDelay(pdMS_TO_TICKS(2500)); vTaskDelay(pdMS_TO_TICKS(2500));
} }