code formating changes
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user