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

Switch to NeoPixelBus and add PlatformIO support #6

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

Conversation

bbacskay
Copy link

Big changes:

  • Switch form Adafruit_Neopixel library to NeopixelBus to fix the random restart issue
  • ESP32 support added
  • PlatformIO support added for easier library handling and multiple target support

Code tweaks:

  • Move the user configurable settings to a separate file (config.h), this file is excluded from git upload to prevent accidental credential reveal, config_template.h provided.
  • Added debug code to provide memory usage information.
  • Do String/character array comparison only during data reception set enum and use that in the main cycle

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

Successfully merging this pull request may close these issues.

2 participants