aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/Settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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