print which bus clockgen detected

pull/267/head
alanbjohnston 3 years ago committed by GitHub
parent 9fc02fbeba
commit 7f395309ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5035,8 +5035,12 @@ void start_clockgen() {
/* There was a problem detecting the IC ... check your connections */
Serial.println("No Si5351 detected on bus 2 ... Check your wiring or I2C ADDR!");
return;
}
}
} else
Serial.println("Si5351 detected on bus 2");
} else
Serial.println("Si5351 detected on bus 1");
Serial.println("Starting clockgen frequency 434.9 MHz");

Loading…
Cancel
Save

Powered by TurnKey Linux.