aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/datetime/DateTimeController.h
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2022-09-27 21:27:36 +0200
committerGitHub <noreply@github.com>2022-09-27 21:27:36 +0200
commit63932810d2707e6c530dae64b209ac240137dc17 (patch)
treec6b6b10268726781ce6ee9ef8b64c99680e11ae5 /src/components/datetime/DateTimeController.h
parentf699261ca326c76b72a864cb9576cf4c69bd5474 (diff)
parent58586d0ad1ebeefd7a6f269089f467ccba2f468c (diff)
Merge pull request #1024 from dmlls/infineat-pr
Infineat Watchface + support for external resources.
Diffstat (limited to 'src/components/datetime/DateTimeController.h')
-rw-r--r--src/components/datetime/DateTimeController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/datetime/DateTimeController.h b/src/components/datetime/DateTimeController.h
index 00bbc2ee..81319d15 100644
--- a/src/components/datetime/DateTimeController.h
+++ b/src/components/datetime/DateTimeController.h
@@ -64,6 +64,7 @@ namespace Pinetime {
const char* MonthShortToString() const;
const char* DayOfWeekShortToString() const;
static const char* MonthShortToStringLow(Months month);
+ const char* DayOfWeekShortToStringLow() const;
std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds> CurrentDateTime() const {
return currentDateTime;