radiobert: disable pi-sensors for now

This commit is contained in:
Astro 2021-10-29 03:48:59 +02:00
parent 7ac50b6b93
commit ba05478c4d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
c3d2 = { c3d2 = {
isInHq = false; isInHq = false;
hq.statistics.enable = true; hq.statistics.enable = true;
pi-sensors = [ { pi-sensors = if true then [] else [ {
type = "dht22"; type = "dht22";
pin = 17; pin = 17;
location = "Schrank"; location = "Schrank";