We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630e16e commit 7480c13Copy full SHA for 7480c13
Adafruit_Fingerprint.cpp
@@ -76,7 +76,7 @@ Adafruit_Fingerprint::Adafruit_Fingerprint(HardwareSerial *hs, uint32_t password
76
#if defined(__AVR__) || defined(ESP8266)
77
swSerial = NULL;
78
#endif
79
- hwSerial = ss;
+ hwSerial = hs;
80
mySerial = hwSerial;
81
}
82
0 commit comments