Arvid Norlander
|
a17ad52102
|
Use optimise imports in PyCharm for cleanup.
This sorts imports into sections:
* From standard library
* From other libraries
* From the current project
Each section is sorted alphabetically.
|
2020-08-06 11:48:19 +02:00 |
|
Arvid Norlander
|
9dc0c14aed
|
Automated formatting with YAPF.
PEP8 settings are used except the low 80 column limit has be increased
to a more reasonable 100 columns.
|
2020-08-06 11:46:19 +02:00 |
|
Viktor Dragomiretskyy
|
75c6ddb5b3
|
* Roll back async changes for enroll & identify.
* Add a couple of tweaks to stop the sensor from crashing.
* A few more comments and TODOs
|
2020-07-16 23:13:46 +12:00 |
|
Viktor Dragomiretskyy
|
74598ad291
|
* Use single instance of a systemd service (at least for now)
* Switch to use logger instead of prints
* Catch signals to enforce graceful shutdown
|
2020-07-13 17:48:00 +12:00 |
|
Viktor Dragomiretskyy
|
600202b4d6
|
Incrementally pair with the device. Try downloading the firmware from postinst.
|
2020-07-12 14:49:00 +12:00 |
|
Viktor Dragomiretskyy
|
cefc2f6ff5
|
Attempt to start from udev.
|
2020-07-12 04:08:51 +12:00 |
|