mirror of
https://github.com/esphome/esphome.git
synced 2025-01-30 23:02:14 +01:00
use format specifier macros PRId32
This commit is contained in:
parent
a6c29e1ed5
commit
ad72d5a96a
@ -32,7 +32,7 @@ bool SamsungClimate::on_receive(remote_base::RemoteReceiveData data) {
|
||||
return false;
|
||||
}
|
||||
|
||||
ESP_LOGD(TAG, "Received Samsung A/C message size %" PRIu8, data.size());
|
||||
ESP_LOGD(TAG, "Received Samsung A/C message size %" PRId32, data.size());
|
||||
for (uint8_t i = 0; i < 14; i++) {
|
||||
if (i == 7) {
|
||||
if (data.expect_item(SAMSUNG_AIRCON1_BIT_MARK, SAMSUNG_AIRCON1_MSG_SPACE)) {
|
||||
|
Loading…
Reference in New Issue
Block a user