Skip to content

bclouser/NodeMCU-WifiButtons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get the Code

esp_mqtt (https://github.com/tuanpmt/esp_mqtt) is now subtree'd in

Build

In order to build you will need to create user/secrets.h. It should look like this.

#ifndef SECRETS
#define SECRETS

#define WIFI_SSID "ssid"
#define WIFI_PASSWD "secret"

#endif

There is a "buildForMac.sh" script which should work on linux as well but won't require a case sensitve mounted image (thanks apple). Modify the variables in that script appropriately to your environment and it should build.

About

Wifi controlled button panel with breathing status LEDs. MQTT, ESP8266 NodeMCU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages