fix evse_link

This commit is contained in:
2026-01-24 16:56:51 +00:00
parent 023644a887
commit 286028b6a8
54 changed files with 4456 additions and 2632 deletions

View File

@@ -12,7 +12,6 @@ idf_component_register(
vfs
spiffs
REQUIRES
logger
network
config
evse

View File

@@ -317,7 +317,7 @@ static void mqtt_publish_raw(const char *subtopic, const char *payload, bool ret
1,
retain ? 1 : 0);
ESP_LOGD(TAG, "MQTT publish [%s] (id=%d): %s", topic, msg_id, payload);
ESP_LOGI(TAG, "MQTT publish [%s] (id=%d): %s", topic, msg_id, payload);
}
static void mqtt_publish_json(const char *subtopic, cJSON *obj, bool retain)