mirror of
https://github.com/esphome/esphome.git
synced 2025-02-09 22:50:55 +00:00
14 lines
182 B
C
14 lines
182 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef USE_LIBRETINY
|
||
|
|
||
|
namespace esphome {
|
||
|
namespace libretiny {
|
||
|
|
||
|
void setup_preferences();
|
||
|
|
||
|
} // namespace libretiny
|
||
|
} // namespace esphome
|
||
|
|
||
|
#endif // USE_LIBRETINY
|