-
Notifications
You must be signed in to change notification settings - Fork 82
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
Problem changing IR Remote codes using Web UI #260
Comments
Maybe say 'Start at '0 ZERO' to set up a new controller or press 'Load' to see the currently saved button assignments. All codes must be unique.' |
P.S. My mp3 controller has 21 buttons. It would be nice to be able to assign some extra buttons Perhaps a long pressed key could generate a different unique key code? You can add table entries for extra functions: FunctionStandby - fall sleep instantly
So MUTE would be 0x0d and SLEEP would be 0x10d (for long mute press). User could assign long press functions to the number buttons if not enough buttons on their controller. Extra functions could then be added to web UI and user told to use short press or long press to set each function. |
Nice! |
I am facing similar problems, in some fieds from the Browsers table the ir-codes were faulty transmissed to the EEPROM. This was clear when the uart debug-info showed the button-list with the functions saveIRbuttonsToNVS() |
I found that you must have only one browser page open at any time , otherwise it gets confused, so make sure all other web radio pages are closed and only one is running . |
The problem is actually multiple instances that can be opened in the browser. Let's see how I can prevent this in the future. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Not sure of the best way to solve this....
Even if the user pressed LOAD first, it will still find key 3 first in table. So it appears to the user that the reassignment has not worked.
The text was updated successfully, but these errors were encountered: