Skip to content

Commit a49553d

Browse files
committed
Update I2C bus message
1 parent 5ac7d47 commit a49553d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ bool i2cBusInitialization(TwoWire *i2cBus, int sda, int scl, int clockKHz)
18221822
// Determine if any devices are on the bus
18231823
if (deviceFound == false)
18241824
{
1825-
systemPrintln("No devices found on the I2C bus");
1825+
systemPrintln("No devices found on this I2C bus");
18261826
return false;
18271827
}
18281828
return true;

0 commit comments

Comments
 (0)