Skip to content

Commit

Permalink
Make LittleFS file source available for ESP32 (earlephilhower#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Laclaustra authored Sep 14, 2021
1 parent 9dd4f24 commit f47793b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/AudioFileSourceLittleFS.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#ifndef _AUDIOFILESOURCESPIFFS_H
#define _AUDIOFILESOURCESPIFFS_H

#ifndef ESP32 // No LittleFS there, yet

#include <Arduino.h>
#include <LittleFS.h>

Expand All @@ -39,5 +37,3 @@ class AudioFileSourceLittleFS : public AudioFileSourceFS

#endif

#endif

0 comments on commit f47793b

Please sign in to comment.