Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MQTT Status Topic (RSSI, Uptime, LWAT) #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Give Pull Request #25 credit on line 7
thebradleysanders authored Dec 31, 2018
commit 5e5da6ff728dc860e8c04aa2c82ab6b075208970
2 changes: 1 addition & 1 deletion DrZzs_LEDs_Pub.ino
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
#include <PubSubClient.h>
#define FASTLED_INTERRUPT_RETRY_COUNT 0
#include <FastLED.h>
#define FL_ALIGN_PROGMEM __attribute__ ((aligned (4)))
#define FL_ALIGN_PROGMEM __attribute__ ((aligned (4))) //From Pull Request #25

#include <ArduinoOTA.h>
#include <ESP8266mDNS.h>