ESPHome  2023.8.3
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()