DF2301Q Library is broken.
 flez1966  2024-01-22 03:14:20 346 Views0 Replies
 flez1966  2024-01-22 03:14:20 346 Views0 Replies 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.
 

