Skip to content

Commit 368c9a0

Browse files
committed
changed the default time format to display the short form of the day
eg: Fri instead of Friday
1 parent 9251f0d commit 368c9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

F1-Notifications/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class F1Config
1111
{
1212
public:
1313
// How the time will be displayed, see here for more info: https://github.com/ropg/ezTime#datetime
14-
String timeFormat = "l, H:i"; // Friday, 00:30
14+
String timeFormat = "D, H:i"; // Fri, 00:30
1515
String timeZone = "Europe/London"; // seems to be something wrong with Europe/Dublin
1616

1717
// Telegram BOT Token (Get from Botfather)

0 commit comments

Comments
 (0)