mirror of https://github.com/arendst/Tasmota.git
fix picture buttons for esp32
This commit is contained in:
parent
119cea29bb
commit
262b930117
|
@ -31,6 +31,10 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifdef ESP32
|
||||
#define USE_UFILESYS
|
||||
#endif
|
||||
|
||||
#include "Adafruit_GFX.h"
|
||||
#include "glcdfont.c"
|
||||
#ifdef __AVR__
|
||||
|
|
Loading…
Reference in New Issue