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 67ce306 commit 460a27eCopy full SHA for 460a27e
libraries/Bluefruit52Lib/src/bluefruit.cpp
@@ -754,7 +754,7 @@ void AdafruitBluefruit::printInfo(void)
754
Serial.println();
755
756
Serial.printf(title_fmt, "Conn Timeout");
757
- Serial.printf("%.2f ms, ", _ppcp_conn_sup_timeout*10.0f);
+ Serial.printf("%.2f ms", _ppcp_conn_sup_timeout*10.0f);
758
759
760
/*------------- List the paried device -------------*/
0 commit comments