summaryrefslogtreecommitdiff
path: root/src/components/settings/Settings.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-3/+3
2022-03-03Settings: more specific read and write modeReinhold Gschweicher1-2/+2
For each filesystem interaction be more specific if we want to read from the file or write to it. Doing a non-creating read on the loading of the settings file, otherwise an empty file could be created, and when reading that empty file for the initial settings I would expect an error (or random data) when reading.
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-07-11Using littlefs (#438)joaquim.org1-82/+18
* add submodule littlefs * base fs * Save settings using littlefs * Small fixes and suggestions from PR * More small fixes from PR suggestions * Code clean up * Change SpiNorFlash functions to be private in FS
2021-04-24Reformatted all the files according to clang-format styleAvamander1-65/+62
2021-04-04Big UI and navigation RewriteJoaquim1-6/+104
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-03-06Update from JF comments to PRJoaquim1-2/+0
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+18