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