-
-
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
[Server] Building firmware by server #75
Comments
In my idea server uses pre-built firmware for production boards. For DIY it can be useful, yes. It should also read info about currently connected tracker (if it has firmware uploaded) and confure firmware accordingly to its current properties. |
@Eirenliel is this a strategy we want? Do we want to add this to v1.0 or should we close it? |
This is not needed in 1.0. As I mentioned before, 1.0 doesn't need firmware update feature since we won't have a new release firmware for a while. Don't need to close it, since this will be needed in the future, but not necesserily built by server. |
Using PlatformIO CLI we could build specific firmware by server with just gui interface, defines.h would be changed according to gui selections.
This would be totally optional thing and would not install platformio and python, user would have to enable this themselves
The text was updated successfully, but these errors were encountered: