mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Fix conversion warning
This commit is contained in:
parent
f441780ae5
commit
38df70b18e
@ -1825,7 +1825,7 @@ void attr_out_str(lv_obj_t* obj, const char* attribute, const char* data)
|
|||||||
object_dispatch_state(pageid, objid, payload);
|
object_dispatch_state(pageid, objid, payload);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
LOG_ERROR(TAG_ATTR, F(D_MQTT_PAYLOAD_TOO_LONG), size);
|
LOG_ERROR(TAG_ATTR, F(D_MQTT_PAYLOAD_TOO_LONG), (uint32_t)size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user