diff --git a/afsk/main.c b/afsk/main.c index 00c723f5..b91d375c 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -2360,6 +2360,8 @@ int test_i2c_bus(int bus) if (error != 0) { printf("ERROR: %s bus has a problem \n Check I2C wiring and pullup resistors \n", busDev); + if (bus == 3) + printf("-> If this is a CubeSatSim Lite, then this error is normal!\n"); output = -1; } } else