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