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