Fixed include for tasmota32 build

This commit is contained in:
Ajith Vasudevan 2021-03-19 16:07:47 +05:30
parent 27288ac603
commit 150a8baf29
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#ifndef LedControl_h
#define LedControl_h
#include <avr/pgmspace.h>
#include <pgmspace.h>
#if (ARDUINO >= 100)
#include <Arduino.h>