fix evse_link
This commit is contained in:
@@ -12,7 +12,6 @@ idf_component_register(
|
||||
vfs
|
||||
spiffs
|
||||
REQUIRES
|
||||
logger
|
||||
network
|
||||
config
|
||||
evse
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user