mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 14:57:16 +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
|