mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-10 07:10:32 +00:00
11 lines
120 B
C
11 lines
120 B
C
#ifndef SETTINGS_H
|
|
#define SETTINGS_H
|
|
|
|
#include "ArduinoNvs.h"
|
|
|
|
void setupSettings();
|
|
|
|
//extern Settings = NVS;
|
|
|
|
|
|
#endif |