fixed color
This commit is contained in:
parent
e18cac56ce
commit
a6a4b3e8f7
1 changed files with 2 additions and 1 deletions
|
|
@ -213,7 +213,8 @@ void drawDecodedSignal() {
|
|||
toPrint+=protocolratio;
|
||||
toPrint+= "} ";
|
||||
toPrint+=(mySwitch.getReceivedInverted()) ? "true" : "false";
|
||||
printConsoleLocal(toPrint, TFT_RED, 1, 0);
|
||||
if(!mySwitch.getReceivedProtocol())printConsoleLocal(toPrint, TFT_RED, 1, 0);
|
||||
else printConsoleLocal(toPrint, TFT_GREEN, 1, 0);
|
||||
|
||||
toPrint="PULSE LEN: ";
|
||||
toPrint+=(String)mySwitch.getReceivedDelay();
|
||||
|
|
|
|||
Loading…
Reference in a new issue