mirror of
https://github.com/Eigenbaukombinat/ebk_co2ampel.git
synced 2024-11-24 15:20:20 +01:00
Auf Wunsch eines Individum: Konstanten-Wert für "Unbekannter Flashinhalt" angepasst.
This commit is contained in:
parent
aaf6b83c46
commit
8aa507f34b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
// Boot-Mode Konstanten
|
// Boot-Mode Konstanten
|
||||||
#define BOOT_NORMAL 42
|
#define BOOT_NORMAL 42
|
||||||
#define BOOT_CALIBRATE 23
|
#define BOOT_CALIBRATE 23
|
||||||
#define BOOT_UNKNOWN 63
|
#define BOOT_UNKNOWN 69
|
||||||
|
|
||||||
// Pins für den MH-Z19b
|
// Pins für den MH-Z19b
|
||||||
#define RX_PIN 16
|
#define RX_PIN 16
|
||||||
|
|
Loading…
Reference in a new issue