Changed to debug log

This commit is contained in:
CommanderRedYT
2022-03-23 20:06:55 +01:00
parent 19ea4ebec9
commit 2c339b9273

View File

@@ -294,7 +294,7 @@ void sendCanCommands()
} }
else if (result != ESP_OK) else if (result != ESP_OK)
{ {
ESP_LOGE(TAG, "ERROR: twai_transmit() failed after %lldms with %s", ESP_LOGD(TAG, "ERROR: twai_transmit() failed after %lldms with %s",
(timestamp_after - timestamp_before).count(), (timestamp_after - timestamp_before).count(),
esp_err_to_name(result)); esp_err_to_name(result));
} }