1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

fix build error (#7229)

This commit is contained in:
tomaszduda23
2024-08-12 06:49:35 +02:00
committed by GitHub
parent 82c5cd18de
commit 8a076cc906

View File

@@ -1336,7 +1336,7 @@ void APIConnection::update_command(const UpdateCommandRequest &msg) {
update->check();
break;
default:
ESP_LOGW(TAG, "Unknown update command: %d", msg.command);
ESP_LOGW(TAG, "Unknown update command: %" PRIu32, msg.command);
break;
}
}