Skip to content

Commit 4c7eb0a

Browse files
committed
make setFilePos() private
1 parent 61f8641 commit 4c7eb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Audio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ class Audio{
446446
bool connecttoFS(fs::FS& fs, const char* path, int32_t m_fileStartPos = -1);
447447
void setConnectionTimeout(uint16_t timeout_ms, uint16_t timeout_ms_ssl);
448448
bool setAudioPlayPosition(uint16_t sec);
449-
bool setFilePos(uint32_t pos);
450449
bool setTimeOffset(int sec);
451450
bool setPinout(uint8_t BCLK, uint8_t LRC, uint8_t DOUT, int8_t MCLK = I2S_GPIO_UNUSED);
452451
bool pauseResume();
@@ -484,6 +483,7 @@ class Audio{
484483
template <typename... Args>
485484
void info(event_t e, const char* fmt, Args&&... args);
486485
void info(event_t e, std::vector<uint32_t>& v);
486+
bool setFilePos(uint32_t pos);
487487
void latinToUTF8(ps_ptr<char>& buff, bool UTF8check = true);
488488
void htmlToUTF8(char* str);
489489
void setDefaults(); // free buffers and set defaults

0 commit comments

Comments
 (0)