-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Rewrite Network and UdpClient into a classes #256
Conversation
nice branch naming |
wdym, it's the first stage of the feature... |
sorry for the merge conflict, but my PR was first 😛 |
pain |
b403da5
to
7276ade
Compare
7276ade
to
55a175e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably update define label for the new headers could be more clear
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some bug breaking timeout detection found in the connection.cpp
from early return
1d2b587
to
931e5d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Timeout detection still need some patches here. Others are LGTM -w-/
e624b8d
to
e28b78a
Compare
src/sensors/mpu6050sensor.cpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we not need to send callibration report anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I asked in Discord, Eiren said I can remove it. It's not being parsed anyways.
6965efa
to
4c6401d
Compare
4c6401d
to
a808a24
Compare
a808a24
to
b94ecfd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reconnecting and output during reconnection are fine now, LGTM -w-/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't test functionality anymore today but the code looks good, if someone else has verified it compiles and works then all good for me too.
@Eirenliel please re-review. |
I've done the long needed UDPClient and Network namespace to class rewrite ^^