code formating changes

This commit is contained in:
2023-04-02 23:55:00 +02:00
parent 25b7258458
commit 99ab8cf36d
3 changed files with 18 additions and 15 deletions

View File

@ -15,7 +15,8 @@ UvosItem::UvosItem(const Item& item)
void UvosItem::setValue(const uint8_t value)
{
const uint8_t paket[4] = {id >> 8, id & 0x00FF, 0, value};
if(transmitter)transmitter->send(paket, 4);
if(transmitter)
transmitter->send(paket, 4);
}
void UvosItem::resend()