mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-28 08:47:17 +00:00
8 lines
109 B
C
Executable File
8 lines
109 B
C
Executable File
#pragma once
|
|
|
|
#ifdef ARDUINO_ARCH_ESP32
|
|
#include "platglue-esp32.h"
|
|
#else
|
|
#include "platglue-posix.h"
|
|
#endif
|