mirror of https://github.com/e2002/yoradio.git
v0.9.236
This commit is contained in:
parent
aba29fcf16
commit
942bc1cf74
|
|
@ -226,6 +226,9 @@ Work is in progress...
|
|||
|
||||
---
|
||||
## Version history
|
||||
#### v0.9.236
|
||||
- fix compilation error 'class NetServer' has no member named 'resetQueue'
|
||||
|
||||
#### v0.9.235
|
||||
- SD card playlist moved from SPIFFS to SD card
|
||||
- new parameter #define SD_MAX_LEVELS - Search depth for files on SD card
|
||||
|
|
|
|||
|
|
@ -66,8 +66,8 @@ class NetServer {
|
|||
#if IR_PIN!=255
|
||||
void irToWs(const char* protocol, uint64_t irvalue);
|
||||
void irValsToWs();
|
||||
void resetQueue();
|
||||
#endif
|
||||
void resetQueue();
|
||||
private:
|
||||
requestType_e request;
|
||||
QueueHandle_t nsQueue;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.9.235"
|
||||
#define YOVERSION "0.9.236"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
|
|
|||
Loading…
Reference in New Issue