update to 1.9.7
This commit is contained in:
@@ -18,10 +18,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _AUDIOFILESOURCESPIFFS_H
|
||||
#define _AUDIOFILESOURCESPIFFS_H
|
||||
|
||||
//#ifndef ESP32 // No LittleFS there, yet
|
||||
#ifndef _AUDIOFILESOURCELITTLEFS_H
|
||||
#define _AUDIOFILESOURCELITTLEFS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <LittleFS.h>
|
||||
@@ -37,7 +35,5 @@ class AudioFileSourceLittleFS : public AudioFileSourceFS
|
||||
// Others are inherited from base
|
||||
};
|
||||
|
||||
//#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user