From 5056a3e1c318ef040fc046dde794c3b0f2298005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Dobrovoljc?= Date: Wed, 31 May 2023 18:46:47 +0200 Subject: [PATCH] izhod 31 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index cc179f6..5dafd44 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -217,7 +217,7 @@ void setup() { static st::EX_Switch izhod1(F("izhod_28"), 28, LOW); static st::EX_Switch izhod2(F("izhod_29"), 29, LOW); static st::EX_Switch izhod3(F("izhod_30"), 30, LOW); - static st::EX_Switch izhod4(F("izhod_21"), 31, LOW); + static st::EX_Switch izhod4(F("izhod_31"), 31, LOW); //***************************************************************************** // Configure debug print output from each main class