change hour display to 12h format
This commit is contained in:
parent
f93f4bd5f2
commit
7cd9b97b3c
4
src/credentials.h.tpl
Normal file
4
src/credentials.h.tpl
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
struct WifiCredentials {
|
||||||
|
const char* ssid;
|
||||||
|
const char* password;
|
||||||
|
} credentials[] = {"foo", "bar"};
|
||||||
Loading…
x
Reference in New Issue
Block a user