File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class F1Config
1111{
1212public:
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)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const char *sessionCodeToString(const char *sessionCode)
8484 }
8585 else if (strcmp (sessionCode , "sprintQualifying" ) == 0 )
8686 {
87- return "Sprint Qualifying : " ;
87+ return "Sprint Quali : " ;
8888 }
8989 else if (strcmp (sessionCode , "gp" ) == 0 )
9090 {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ src_dir = F1-Notifications
1313default_envs = cyd
1414
1515[env]
16- platform = espressif32
16+ platform = espressif32@6.5.0
1717board = esp32dev
1818framework = arduino
1919lib_deps =
You can’t perform that action at this time.
0 commit comments