Skip to content

Commit

Permalink
v0.9.236
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002 committed Jun 2, 2023
1 parent aba29fc commit 942bc1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yoRadio/src/core/netserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion yoRadio/src/core/options.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 942bc1c

Please sign in to comment.