ESPHome 2025.5.0
Loading...
Searching...
No Matches
preferences.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_ESP8266
4
5namespace esphome {
6namespace esp8266 {
7
9void preferences_prevent_write(bool prevent);
10
11} // namespace esp8266
12} // namespace esphome
13
14#endif // USE_ESP8266
void preferences_prevent_write(bool prevent)
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7