From 17845b6f9f671168862b40da4751600e4933eab1 Mon Sep 17 00:00:00 2001 From: Holger Fleischmann Date: Sun, 7 Mar 2021 17:30:51 +0100 Subject: [PATCH] blinky LED now on GPIO 18 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index adb2174..a7adaa5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,7 +14,7 @@ #define WIFI_SWITCH_PIN 4 // blinky LED -#define BLINKY_LED_PIN 19 +#define BLINKY_LED_PIN 18 // Keep 600 samples of 1s in history (10 minutes), // calculate radiation for russian STS-6 ("CTC-6") Geiger tube