mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
little opti
This commit is contained in:
@ -66,7 +66,7 @@ Timer t1(500, millis, []() {
|
||||
|
||||
switch (sig) {
|
||||
case 0:
|
||||
encForward.sendData(targetAddr, data0, sizeof(data0));
|
||||
encForward.sendData(targetAddr);
|
||||
break;
|
||||
case 1:
|
||||
encForward.sendData(targetAddr, data1, sizeof(data1));
|
||||
|
Reference in New Issue
Block a user