programmable wireless relay store changes
This commit is contained in:
parent
4ae82c698c
commit
2fa8104164
5 changed files with 30 additions and 17 deletions
|
|
@ -14,7 +14,7 @@ void WirelessRelay::sendId()
|
|||
|
||||
for(short i = 0; i<10; i++)
|
||||
{
|
||||
sendBit( _id & 1 << (15 - i) ? true : false );
|
||||
sendBit( _id & 1 << (15 - i) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue