This commit is contained in:
Simon Schmidt 2021-09-07 10:43:48 +02:00
parent a0f5ec26d2
commit 59d99f9926

@ -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;