mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 06:20:21 +00:00
10 lines
149 B
C++
10 lines
149 B
C++
#pragma once
|
|
|
|
#ifdef USE_LIBRETINY
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace esphome::libretiny {} // namespace esphome::libretiny
|
|
|
|
#endif // USE_LIBRETINY
|