From 4332b32f6007d3c50f043972f16a55af65caa998 Mon Sep 17 00:00:00 2001 From: onelin Date: Fri, 1 May 2026 19:28:07 +0200 Subject: Add message queue and controller source program --- config.def.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..e5b1331 --- /dev/null +++ b/config.def.h @@ -0,0 +1,7 @@ +// element name, defined in elements/*.h +// argument, consult the documentation of that specific element +// seconds, interval between updates +// milliseconds, interval in addition to seconds between updates +ELEMENT(wifi, "wlp1s0", 0, 15) +ELEMENT(battery, "BAT0", 2, 0) +ELEMENT(date, NULL, 0, 7.5) -- cgit v1.3