renaming of preferencesStorage
This commit is contained in:
parent
6dbf80c09a
commit
aba176bcac
5 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <lvgl.h>
|
||||
#include "preferences_storage.h"
|
||||
#include "preferencesStorage.h"
|
||||
#include "hardware/tft.h"
|
||||
#include "hardware/sleep.h"
|
||||
#include "gui_general_and_keys/guiBase.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "hardware/battery.h"
|
||||
#include "gui_general_and_keys/guiBase.h"
|
||||
#include "gui_general_and_keys/keys.h"
|
||||
#include "preferences_storage.h"
|
||||
#include "preferencesStorage.h"
|
||||
#include "commandHandler.h"
|
||||
#include "scenes/sceneHandler.h"
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "scenes/scene_chromecast.h"
|
||||
#include "scenes/sceneHandler.h"
|
||||
// misc
|
||||
#include "preferences_storage.h"
|
||||
#include "preferencesStorage.h"
|
||||
#include "commandHandler.h"
|
||||
|
||||
void setup() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "preferences_storage.h"
|
||||
#include "preferencesStorage.h"
|
||||
#include "hardware/sleep.h"
|
||||
#include "hardware/tft.h"
|
||||
#include "gui_general_and_keys/guiBase.h"
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __PREFERENCES_STORAGE_H__
|
||||
#define __PREFERENCES_STORAGE_H__
|
||||
#ifndef __PREFERENCESSTORAGE_H__
|
||||
#define __PREFERENCESSTORAGE_H__
|
||||
|
||||
#include <Preferences.h>
|
||||
|
||||
|
@ -8,4 +8,4 @@ extern Preferences preferences;
|
|||
void init_preferences(void);
|
||||
void save_preferences(void);
|
||||
|
||||
#endif /*__PREFERENCES_STORAGE_H__*/
|
||||
#endif /*__PREFERENCESSTORAGE_H__*/
|
Loading…
Add table
Reference in a new issue