This commit is contained in:
e2002
2022-02-27 19:33:44 +03:00
parent 36e2f096de
commit bb0d60cd70
3 changed files with 5 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ void irLoop() {
Serial.print(resultToHumanReadableBasic(&irResults));
return;
}
if (!irResults.repeat && irResults.command!=0) {
if (!irResults.repeat/* && irResults.command!=0*/) {
irVolRepeat = 0;
}
switch (irVolRepeat) {

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.4.292"
#define VERSION "0.4.293"
#if __has_include("myoptions.h")
#include "myoptions.h" // <- write your variable values here