Browse Source

16 leds

singleLED
Simon Schmidt 2 years ago
parent
commit
59d99f9926
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main.cpp

+ 1
- 1
src/main.cpp View File

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

Loading…
Cancel
Save