This commit is contained in:
e2002
2023-05-05 17:45:50 +03:00
parent 9373e8d90b
commit b207e7a779
3 changed files with 5 additions and 2 deletions

View File

@@ -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);

View File

@@ -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.