mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
fix extra zero, docs and debag
This commit is contained in:
@ -146,7 +146,7 @@ public:
|
||||
case 2:
|
||||
for (size_t i = 0; i < s * 8; i++) {
|
||||
if (i == control) {
|
||||
str += " ";
|
||||
str += " ";
|
||||
control += bitPerByte;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user