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