ESPHome 2025.12.2
Loading...
Searching...
No Matches
preferences.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_ESP8266
4
5namespace esphome::esp8266 {
6
8void preferences_prevent_write(bool prevent);
9
10} // namespace esphome::esp8266
11
12#endif // USE_ESP8266
void preferences_prevent_write(bool prevent)