From 8aa507f34b9371e3e08947b17c1d57047df908e7 Mon Sep 17 00:00:00 2001 From: Stefan Heinrichsen Date: Sun, 29 Nov 2020 19:49:28 +0100 Subject: [PATCH] =?UTF-8?q?Auf=20Wunsch=20eines=20Individum:=20Konstanten-?= =?UTF-8?q?Wert=20f=C3=BCr=20"Unbekannter=20Flashinhalt"=20angepasst.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ebk_co2ampel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebk_co2ampel.cpp b/src/ebk_co2ampel.cpp index cfd4ce0..404d1c2 100644 --- a/src/ebk_co2ampel.cpp +++ b/src/ebk_co2ampel.cpp @@ -18,7 +18,7 @@ // Boot-Mode Konstanten #define BOOT_NORMAL 42 #define BOOT_CALIBRATE 23 -#define BOOT_UNKNOWN 63 +#define BOOT_UNKNOWN 69 // Pins für den MH-Z19b #define RX_PIN 16