Yea just change them definitions/calls to ‘Serial’ instead of ‘SoftwareSerial’ - there’s a lot more info if you google the situation (SAMD21 SoftwareSerial) to see other folks’ similar issues/solutions
I replaced “SoftwareSerial.h” with “Serial.h” in FPS_GTG511C3.h library…and now the error is:
Serial.h: No such file or directory
13 | #include “Serial.h”
The solution is to delete all softwareserial calls in FPS_GTG511C3.h library and directly connect the TX and RX pins of the sensor to the TX1 and RX0 pins of the SAMD?