QUB-ASL / bzzz

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

Fixed incompatibility between ThreeWaySwitch and bit shift operator. #63

Closed patchedByBatman closed 1 year ago

patchedByBatman commented 1 year ago

Main Changes

There was a logical error in radioDataParser.py, which is trying to do a bitwise operation directly on the ThreeWaySwitch instead of its value. Fixed it now.