v0.4.293
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user