- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Changing board config using server gui #76
Comments
No. Defines are defines, they shouldn't be changed. They define the hardware used. Things that should be in the config may be in the config, but defines are hardware-dependant. |
Except The whole idea is to greatly simplify DIY approach. We don't necessarily need to keep all pinout in flash. We can automate building of |
I'd propose a separate application if you want something to build the firmware, building the firmware would be a niche function to have in the server and a lot of extra code to maintain. |
why not just have the rotation be a variable instead of a constant? It can be DEFINEd to a default value, and the server can dynamically modify it via either post-processing on the quats, or by sending a command with the target rotation to the boards and store that in filesystem I also agree that the ability to set the rotation in the server somewhere would be very nice. It helps for example when I want to rotate the side that the extension cable comes out of to be closer to the extension tracker |
Different approach of issue #75, would be having prebuild firmware and storing defines.h configs in flash with serial commands to change it. But there is a problem with board type, prebuilding for different hardware is not ideal.
The text was updated successfully, but these errors were encountered: