v0.6.450
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.6.400"
|
||||
#define VERSION "0.6.450"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -242,65 +242,11 @@ INITR_REDTAB
|
||||
#ifndef IR_PIN
|
||||
#define IR_PIN 255
|
||||
#endif
|
||||
#ifndef IR_DEBUG
|
||||
#define IR_DEBUG 0 // 1 - for capture ir codes from serial
|
||||
#endif
|
||||
#ifndef IR_TIMEOUT
|
||||
#define IR_TIMEOUT 80 // kTimeout, see IRremoteESP8266 documentation
|
||||
#endif
|
||||
#ifndef IR_TLP
|
||||
#define IR_TLP 40 // kTolerancePercentage, see IRremoteESP8266 documentation
|
||||
#endif
|
||||
#ifndef IR_CODE_PLAY
|
||||
#define IR_CODE_PLAY 0xFF02FD
|
||||
#endif
|
||||
#ifndef IR_CODE_PREV
|
||||
#define IR_CODE_PREV 0xFF22DD
|
||||
#endif
|
||||
#ifndef IR_CODE_NEXT
|
||||
#define IR_CODE_NEXT 0xFFC23D
|
||||
#endif
|
||||
#ifndef IR_CODE_VOLUP
|
||||
#define IR_CODE_VOLUP 0xFF629D
|
||||
#endif
|
||||
#ifndef IR_CODE_VOLDN
|
||||
#define IR_CODE_VOLDN 0xFFA857
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM0
|
||||
#define IR_CODE_NUM0 0xFF4AB5
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM1
|
||||
#define IR_CODE_NUM1 0xFF6897
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM2
|
||||
#define IR_CODE_NUM2 0xFF9867
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM3
|
||||
#define IR_CODE_NUM3 0xFFB04F
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM4
|
||||
#define IR_CODE_NUM4 0xFF30CF
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM5
|
||||
#define IR_CODE_NUM5 0xFF18E7
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM6
|
||||
#define IR_CODE_NUM6 0xFF7A85
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM7
|
||||
#define IR_CODE_NUM7 0xFF10EF
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM8
|
||||
#define IR_CODE_NUM8 0xFF38C7
|
||||
#endif
|
||||
#ifndef IR_CODE_NUM9
|
||||
#define IR_CODE_NUM9 0xFF5AA5
|
||||
#endif
|
||||
#ifndef IR_CODE_HASH
|
||||
#define IR_CODE_HASH 0xFF52AD // Toggle playlist mode
|
||||
#endif
|
||||
#ifndef IR_CODE_AST
|
||||
#define IR_CODE_AST 0xFF42BD
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user