mirror of
https://github.com/esphome/esphome.git
synced 2025-10-03 18:42:23 +01:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Samuel Sieb <samuel-github@sieb.net> Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com> Co-authored-by: J. Nick Koston <nick@koston.org>
14 lines
155 B
C++
14 lines
155 B
C++
#pragma once
|
|
|
|
#ifdef USE_ZEPHYR
|
|
|
|
namespace esphome {
|
|
namespace zephyr {
|
|
|
|
void setup_preferences();
|
|
|
|
} // namespace zephyr
|
|
} // namespace esphome
|
|
|
|
#endif
|