programmable wireless relay store changes

This commit is contained in:
IMback
2018-10-28 21:49:08 +01:00
parent 4ae82c698c
commit 2fa8104164
5 changed files with 30 additions and 17 deletions

View File

@ -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) );
}
}