We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the get_firmware_update in tb_device_mqtt.py no longer works after v1.10.7:
__updating_thread was removed after v1.10.7
AttributeError: 'TBDeviceMqttClient' object has no attribute '_TBDeviceMqttClient__updating_thread'.
def get_firmware_update(self): self._client.subscribe("v2/fw/response/+") self.send_telemetry(self.current_firmware_info) self.__request_firmware_info() self.__updating_thread.start()
The text was updated successfully, but these errors were encountered:
Sry. wrong project
Sorry, something went wrong.
No branches or pull requests
the get_firmware_update in tb_device_mqtt.py no longer works after v1.10.7:
__updating_thread was removed after v1.10.7
AttributeError: 'TBDeviceMqttClient' object has no attribute '_TBDeviceMqttClient__updating_thread'.
The text was updated successfully, but these errors were encountered: