From b0af0afd19af7c4d933f813b12ae32da33205e71 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sun, 25 Sep 2022 18:41:19 +0300 Subject: [PATCH] hw: deprecated flag --- code/espurna/config/hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index e66c8ceb40..83e4b5acdc 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -1871,9 +1871,9 @@ #ifndef DALLAS_SUPPORT #define DALLAS_SUPPORT 1 #endif + #define DALLAS_PIN 2 #define DALLAS_UPDATE_INTERVAL 5000 - #define TEMPERATURE_MIN_CHANGE 1.0 // ----------------------------------------------------------------------------- // QuinLED