Skip to content

Commit

Permalink
v0.9.177
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002 committed May 5, 2023
1 parent 9373e8d commit b207e7a
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.177
- fixed bitrate display error when playing SD on VS1053B modules

#### v0.9.174
- added forced shutdown of smartstart when WebSocket freezes on problem stations
- added bitrate icon when playing files from SD card
Expand Down
2 changes: 1 addition & 1 deletion yoRadio/src/audioVS1053/audioVS1053Ex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ bool Audio::connecttoFS(fs::FS &fs, const char* path, uint32_t resumeFilePos) {
m_resumeFilePos = resumeFilePos;

char audioName[256];

m_avr_bitrate = 0;
setDefaults(); // free buffers an set defaults

memcpy(audioName, path, strlen(path)+1);
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.174"
#define YOVERSION "0.9.177"

/*******************************************************
DO NOT EDIT THIS FILE.
Expand Down

0 comments on commit b207e7a

Please sign in to comment.