Analog-Devices-MSDK / MAX-BLE-HCI

Python3 BLE HCI Directed to MAX Vendor Specific Commands
Apache License 2.0
2 stars 1 forks source link

TODO: Reduce precision in time format for hci logger #31

Closed EricB-ADI closed 3 months ago

EricB-ADI commented 3 months ago

Update the format to reduce the precision of time. Microseconds just adds clutter. Reduce to seconds only by default and add the option to increase precision

EricB-ADI commented 3 months ago

fixed in #32