From 7cd9b97b3cf779319896934277d148bd69afa6c5 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Fri, 7 Jul 2023 19:53:23 +0200 Subject: [PATCH] change hour display to 12h format --- src/credentials.h.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/credentials.h.tpl diff --git a/src/credentials.h.tpl b/src/credentials.h.tpl new file mode 100644 index 0000000..c5637e4 --- /dev/null +++ b/src/credentials.h.tpl @@ -0,0 +1,4 @@ +struct WifiCredentials { + const char* ssid; + const char* password; +} credentials[] = {"foo", "bar"};