ESPHome  2024.4.0
preferences.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef USE_ESP8266
4 
5 namespace esphome {
6 namespace esp8266 {
7 
8 void setup_preferences();
9 void preferences_prevent_write(bool prevent);
10 
11 } // namespace esp8266
12 } // namespace esphome
13 
14 #endif // USE_ESP8266
void preferences_prevent_write(bool prevent)
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7
void setup_preferences()