QUB-ASL / bzzz

Quadcopter with ESP32 and RaspberryPi
MIT License
7 stars 1 forks source link

Refactor Radio::sendFlightDataToPi #117

Closed alphaville closed 7 months ago

alphaville commented 11 months ago

The function Radio::sendFlightDataToPi has nothing to do with the RC and should be moved elsewhere. Likewise, the attribute m_replyWithFlightData is not related to the RC.

alphaville commented 11 months ago

alternatively, rename Radio to something else, e.g., SerialInterface