Skip to content

System for Led Strips using FastLED and AsyncWebServer library. Microcontroller : ESP8266 (NodeMCU).

Notifications You must be signed in to change notification settings

ylfyt/led-strips-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

led-strip-ambient-light

file : include/credential.h

#ifndef __CREDENTIAL_H__

#define WIFI_SSID "ssid"
#define WIFI_PASSWORD "pass"
#define API_PASSWORD "pass"
#define OTA_USERNAME "username"
#define OTA_PASSWORD "pass"

#endif

About

System for Led Strips using FastLED and AsyncWebServer library. Microcontroller : ESP8266 (NodeMCU).

Resources

Stars

Watchers

Forks

Packages

No packages published