Closed Ernst79 closed 2 years ago
BREAKING CHANGES
If you like to work with the raw BLE data like before, update your code from
ble_parser = BleParser() sensor_msg, tracker_msg = ble_parser.parse_raw_data(data)
to
ble_parser = BleParser() sensor_msg, tracker_msg = ble_parser.parse_data(data)
Fixes
New sensors
BREAKING CHANGES
If you like to work with the raw BLE data like before, update your code from
to
Fixes
New sensors