v0.8.137
This commit is contained in:
@@ -301,6 +301,9 @@ Work is in progress...
|
|||||||
|
|
||||||
---
|
---
|
||||||
## Version history
|
## Version history
|
||||||
|
#### v0.8.137
|
||||||
|
- fixed compilation error without encoder
|
||||||
|
|
||||||
#### v0.8.135
|
#### v0.8.135
|
||||||
- added numeric IR remote buttons in configurations with DSP_DUMMY
|
- added numeric IR remote buttons in configurations with DSP_DUMMY
|
||||||
- fixed navigation bug in playlist with more than 255 stations
|
- fixed navigation bug in playlist with more than 255 stations
|
||||||
|
|||||||
@@ -18,7 +18,9 @@ boolean checklpdelay(int m, unsigned long &tstamp);
|
|||||||
|
|
||||||
void initControls();
|
void initControls();
|
||||||
void loopControls();
|
void loopControls();
|
||||||
|
#if (ENC_BTNL!=255 && ENC_BTNR!=255) || (ENC2_BTNL!=255 && ENC2_BTNR!=255)
|
||||||
void encodersLoop(yoEncoder *enc, bool first=true);
|
void encodersLoop(yoEncoder *enc, bool first=true);
|
||||||
|
#endif
|
||||||
void encoder1Loop();
|
void encoder1Loop();
|
||||||
void encoder2Loop();
|
void encoder2Loop();
|
||||||
void irLoop();
|
void irLoop();
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef options_h
|
#ifndef options_h
|
||||||
#define options_h
|
#define options_h
|
||||||
|
|
||||||
#define VERSION "0.8.135"
|
#define VERSION "0.8.137"
|
||||||
|
|
||||||
/*******************************************************
|
/*******************************************************
|
||||||
DO NOT EDIT THIS FILE.
|
DO NOT EDIT THIS FILE.
|
||||||
|
|||||||
Reference in New Issue
Block a user