We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9251f0d commit 368c9a0Copy full SHA for 368c9a0
F1-Notifications/config.h
@@ -11,7 +11,7 @@ class F1Config
11
{
12
public:
13
// 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
+ String timeFormat = "D, H:i"; // Fri, 00:30
15
String timeZone = "Europe/London"; // seems to be something wrong with Europe/Dublin
16
17
// Telegram BOT Token (Get from Botfather)
0 commit comments