11 lines
175 B
C++
11 lines
175 B
C++
#pragma once
|
|
|
|
#ifdef USE_LIBRETINY
|
|
|
|
#include <Arduino.h>
|
|
|
|
namespace esphome {
|
|
namespace libretiny {} // namespace libretiny
|
|
} // namespace esphome
|
|
|
|
#endif // USE_LIBRETINY
|