radiobert: disable pi-sensors for now

This commit is contained in:
Astro 2021-10-13 22:53:49 +02:00
parent 9ac730a8af
commit 65e4ef3685
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ in
c3d2 = { c3d2 = {
isInHq = false; isInHq = false;
hq.statistics.enable = true; hq.statistics.enable = true;
pi-sensors = [ { pi-sensors = lib.optionals false [ {
type = "dht22"; type = "dht22";
pin = 17; pin = 17;
location = "Schrank"; location = "Schrank";