DF2301Q Library is broken.
Code cropped from example.
while( !( DF2301Q.begin() ) )
{
Serial.println("Communication with device failed, please check connection");
delay(1000);
}
This NEVER fails, even with the device unplugged, I call broken library.