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

Commenting RGB_LED_PIN doesn't work #1

Open
millenseer opened this issue Sep 16, 2016 · 1 comment
Open

Commenting RGB_LED_PIN doesn't work #1

millenseer opened this issue Sep 16, 2016 · 1 comment

Comments

@millenseer
Copy link

Minor issue

Since my ESP-board has no RGB-LED, I disabled the RGB_LED_PIN by commenting it out.
Unfortunately, the code has too many references left, which are not surrounded by #ifdef RGB_LED_PIN blocks. The biggest issue was the led_color-counter used in drawProgress()

On the other hand - even though I don't have that RGB-LED, everything works out of the box!

Please find attached my rewritten example, just plain Wifi-Scanner, no LED, no Chi ...
OLED-Wifi-Scanner.zip

@hallard
Copy link
Owner

hallard commented Sep 21, 2016

@millenseer
Thanks for the head-up, I fixed this issue

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

No branches or pull requests

2 participants