EverythingSmartHome / fingerprint-mqtt

Fingerprint sensor with MQTT support based on Adafruit Fingerprint Sensor Library
GNU General Public License v3.0
24 stars 14 forks source link

Update for LED off native #9

Closed luckypants123 closed 3 years ago

luckypants123 commented 3 years ago

Swapped custom finger.CloseLED() for finger.LEDcontrol(false) as .LEDcontrol(bool) is in the unmodified library... I'm using the latest v2.0.4... might be supported in older libraries, but not sure when it was added.

Modified readme to suit, and a few other very minor changes.