-
Notifications
You must be signed in to change notification settings - Fork 252
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
Yellow LED constantly on for red board #407
Comments
Alas the issue is with uppercase vs lowercase: you have to Is there some make-fu we can use to make these lines case insensitive? Or uppercase whatever the input is? |
Oh, thanks for the swift response!!
or
would be two options. They require the |
I think the best thing to do is to have it abort if the COLOR line has an unrecognised colour. |
or modify the makefile to skip the COLOR argument, and always run it with your watch colour |
I'm having the same issue. Is there way to turn this off for the pre-built firmware? Do I need to build the firmware with the flag? |
The yellow LED on my red board stays on continuously, which typically signals an incorrect firmware version (color). However, I have compiled the firmware correctly using
make COLOR=red
, and the watch is actuially functioning normally. The only issue is that the yellow LED remains lit. It’s not due to a short circuit from the case, as the LED remains on even when connected to USB. Does anyone have any ideas about what might be causing this?The text was updated successfully, but these errors were encountered: