mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 22:08:12 +00:00
Update Multi_Protos.ino
This commit is contained in:
parent
ae748e25f8
commit
5bab5f03db
@ -525,11 +525,8 @@ uint16_t PROTOLIST_callback()
|
|||||||
Serial_write(nbr_sub);
|
Serial_write(nbr_sub);
|
||||||
|
|
||||||
if(nbr_sub !=0 )
|
if(nbr_sub !=0 )
|
||||||
{
|
{//Sub protocols length and texts
|
||||||
//Sub protocols texts length
|
for(uint8_t i=0;i<=nbr_sub*sub_len;i++)
|
||||||
Serial_write(sub_len);
|
|
||||||
//Sub protocols texts
|
|
||||||
for(uint8_t i=1;i<nbr_sub*sub_len;i++)
|
|
||||||
Serial_write(multi_protocols[option].SubProtoString[i]);
|
Serial_write(multi_protocols[option].SubProtoString[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user