Open storcium opened 2 years ago
I can work on making a PR, but this is a simple fix. You have a typo, the line (124) that reads:
self.last_msg = msg.mag
should be:
self.last_mag = msg.mag
would it be possible for you to fix this?
I can work on making a PR, but this is a simple fix. You have a typo, the line (124) that reads:
self.last_msg = msg.mag
should be:
self.last_mag = msg.mag
would it be possible for you to fix this?