mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
c835b67bac
Co-authored-by: Otto winter <otto@otto-winter.com>
14 lines
162 B
C++
14 lines
162 B
C++
#pragma once
|
|
|
|
#ifdef USE_HOST
|
|
|
|
namespace esphome {
|
|
namespace host {
|
|
|
|
void setup_preferences();
|
|
|
|
} // namespace host
|
|
} // namespace esphome
|
|
|
|
#endif // USE_HOST
|