mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-13 19:12:00 +00:00
7 lines
62 B
C++
7 lines
62 B
C++
|
#include "settings.h"
|
||
|
|
||
|
void setupSettings()
|
||
|
{
|
||
|
NVS.begin();
|
||
|
}
|