dacbert: add pi-sensors

This commit is contained in:
Astro 2022-07-04 00:21:56 +02:00
parent e8a66709b7
commit 974e85aaac

View File

@ -8,6 +8,16 @@
hq.statistics.enable = true;
audioServer.enable = true;
k-ot.enable = true;
# TODO: move back to radiobert with the HW
pi-sensors = if true then [] else [ {
type = "dht22";
pin = 17;
location = "lang";
} {
type = "dht22";
pin = 23;
location = "kurz";
} ];
};
hardware.enableRedistributableFirmware = true;