diff options
| author | JF <jf@codingfield.com> | 2020-08-17 13:19:46 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-08-17 13:19:46 (GMT) |
| commit | 18686ac2cbf6b97dd0250234ce128bd9ad350d6e (patch) | |
| tree | c6be1439802b7087874bc0753036c62232783569 /src/DisplayApp/Apps.h | |
| parent | 32f20fa994fec9e21d2af4d7bd287b94316b3970 (diff) | |
| parent | 1eceafee1c97c64a1fa936e29915daca4051bb05 (diff) | |
Merge branch 'manualValidation' of JF/PineTime into develop
Diffstat (limited to 'src/DisplayApp/Apps.h')
| -rw-r--r-- | src/DisplayApp/Apps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DisplayApp/Apps.h b/src/DisplayApp/Apps.h index 2ee7429..2666d90 100644 --- a/src/DisplayApp/Apps.h +++ b/src/DisplayApp/Apps.h @@ -2,6 +2,6 @@ namespace Pinetime { namespace Applications { - enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music}; + enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation}; } }
\ No newline at end of file |
