-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unable to change Manufacturer ID #27
Comments
Hi @stumouse , That bit isn't really "productised" I'd say, you can currently either write it into the EEPROM yourself, and it will be read out: Line 225 in 66ed0cf
Or edit the code here and then it will be set as the default: Lines 232 to 250 in 66ed0cf
Make sure you change the first two bytes of _devID AND _devIDGroup so it responds properly to RDM. Alternatively this commit in the TeensyDMX library does an equivalent change there to productise it, and that could was itself initially based on @mathertel 's library (amongst other things), so it should be possible to apply the changes without too much work if you fancy giving that a go: |
Im trying to change the manufacturer ID to that of one i've gained.
Under which location do I change this?
Thanks
The text was updated successfully, but these errors were encountered: