Update for issue #66
- [Bug] Corrected issue -
Multiple air data API calls during a single polling interval #66
. Determined that accessories were being duplicated resulting in additional API calls. For the HobbyistRequest failed with status code 429
, was returned on API calls as API call limits were exceeded. - Update if statement logic with
()
to ensure consistency and readability. - Update logging for consistency.