summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2026-05-01 17:28:07 +0000
committeronelin <oscar@nelin.dk>2026-05-01 17:28:07 +0000
commit4332b32f6007d3c50f043972f16a55af65caa998 (patch)
treec04988d9f5be3690fbd71bc1289f1eb6769e4ad8 /config.def.h
parent02f1cdaaf6660e70d3a609f0e0ec397287777303 (diff)
Add message queue and controller source program
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 7 insertions, 0 deletions
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)