mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 19:38:30 +02:00
IDF 5 fixes for various components from test1.yaml (#5451)
This commit is contained in:
@@ -57,7 +57,7 @@ void rdm6300::RDM6300Component::loop() {
|
||||
trig->process(result);
|
||||
|
||||
if (report) {
|
||||
ESP_LOGD(TAG, "Found new tag with ID %u", result);
|
||||
ESP_LOGD(TAG, "Found new tag with ID %" PRIu32, result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user