change hour display to 12h format

This commit is contained in:
Nicu Hodos 2023-07-07 19:53:23 +02:00
parent f93f4bd5f2
commit 7cd9b97b3c

4
src/credentials.h.tpl Normal file
View File

@ -0,0 +1,4 @@
struct WifiCredentials {
const char* ssid;
const char* password;
} credentials[] = {"foo", "bar"};