From 6505336d60157923fd738723e2432b12e26203e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Sat, 6 Jan 2024 14:28:34 +0100 Subject: [PATCH] CMake watch faces selection Documentation : watch faces are not system apps anymore. Co-authored-by: FintasticMan --- doc/code/Apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/code/Apps.md b/doc/code/Apps.md index d97eff4b..b325fe98 100644 --- a/doc/code/Apps.md +++ b/doc/code/Apps.md @@ -38,7 +38,7 @@ that will call the method `Refresh()` periodically. There are basically 3 types of applications : **system** apps and **user** apps and **watch faces**. **System** applications are always built into InfiniTime, and InfiniTime cannot work properly without those apps. -The watch faces, settings, notifications and the application launcher are examples of such system applications. +Settings, notifications and the application launcher are examples of such system applications. **User** applications are optionally built into the firmware. They extend the functionalities of the system.