mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Update Arduino.h
This commit is contained in:
parent
e3c19205b6
commit
533f314277
@ -17,6 +17,8 @@
|
|||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef ESP8266
|
||||||
|
|
||||||
#ifndef Arduino_h
|
#ifndef Arduino_h
|
||||||
#define Arduino_h
|
#define Arduino_h
|
||||||
|
|
||||||
@ -298,3 +300,5 @@ inline void configTzTime(const char* tz, const char* server1,
|
|||||||
// this is mandatory for allowing OOM *alloc definitions in .ino files
|
// this is mandatory for allowing OOM *alloc definitions in .ino files
|
||||||
#include "umm_malloc/umm_malloc_cfg.h"
|
#include "umm_malloc/umm_malloc_cfg.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user