File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments