Skip to content
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

Decouple MSP parser handlers from Hackflight class #69

Open
juangallostra opened this issue Feb 27, 2019 · 0 comments
Open

Decouple MSP parser handlers from Hackflight class #69

juangallostra opened this issue Feb 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@juangallostra
Copy link
Member

Feature / Bug description

Refactor the handling of the MSP messages so that handlers are no longer located in hackflight.hpp. As the number of handlers increases it becomes harder to navigate the class.

A part from that, the class Hackflight should only contain the core features of the firmware that allow the Mosquito to fly. This would make it easier to follow what the core of the firmware does.

Expected behavior

The firmware behaves normally as it does now.

@juangallostra juangallostra added the enhancement New feature or request label Feb 27, 2019
@juangallostra juangallostra self-assigned this Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant