From 59d99f9926ab079d3ae7e845493017bc02f7b0b0 Mon Sep 17 00:00:00 2001 From: Simon Schmidt Date: Tue, 7 Sep 2021 10:43:48 +0200 Subject: [PATCH] 16 leds --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 700d7c3..6504ddb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,7 @@ extern "C" { #include "treppe.h" os_timer_t timer1; uint8_t timer_flag = 0; -Treppe stairs(12); +Treppe stairs(16); // WIFI const char *ssid = STASSID;