This website works better with JavaScript.
Home
Explore
Help
Sign In
schmidtsi76327
/
ESP8266_Treppenlicht
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Wiki
Activity
Browse Source
16 leds
singleLED
Simon Schmidt
3 years ago
parent
a0f5ec26d2
commit
59d99f9926
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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(1
2
);
Treppe stairs(1
6
);
// WIFI
const char *ssid = STASSID;
Write
Preview
Loading…
Cancel
Save