programmable wireless relay store changes
This commit is contained in:
@ -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) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user