Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Fixed MILLION, input slider, and added ON/OFF on power capability #71

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lance36
Copy link

@lance36 lance36 commented Jan 2, 2018

Fixed MILLION, input slider, and addedd ON on power capability

- added disable interrupts
- commented some code
- turn led on on power
- MILLION fix
@lance36 lance36 changed the title Master Fixed MILLION, input slider, and added ON/OFF on power capability Jan 2, 2018
@@ -23,6 +23,8 @@
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <PubSubClient.h>
// Uncomment this if you are experiencing flickering
//#define FASTLED_ALLOW_INTERRUPTS 0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been documented to trigger watchdog resets. Better way is to use this (https://github.com/coryking/FastLED) version of the fastled lib with esp8266 support (no serial support, maby add telnet debugging?)

Copy link

@bvansambeek bvansambeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used these changes and successfully build the project at home. Should be merged ASAP, would have saved me some time

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants