mirror of https://github.com/arendst/Tasmota.git
8 lines
109 B
C
8 lines
109 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef ARDUINO_ARCH_ESP32
|
||
|
#include "platglue-esp32.h"
|
||
|
#else
|
||
|
#include "platglue-posix.h"
|
||
|
#endif
|