aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/Settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-3/+3
|
* Settings: more specific read and write modeReinhold Gschweicher2022-03-031-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.
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-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.
* Using littlefs (#438)joaquim.org2021-07-111-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
* Reformatted all the files according to clang-format styleAvamander2021-04-241-64/+61
|
* Big UI and navigation RewriteJoaquim2021-04-041-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...
* Update from JF comments to PRJoaquim2021-03-061-2/+0
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+18