set bus 3 off when simulated telemetry mode

pull/87/head
alanbjohnston 5 years ago committed by GitHub
parent bb6593c7d5
commit 56c3452f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -447,7 +447,8 @@ int main(int argc, char * argv[]) {
if ((i2c_bus3 == OFF) || (sim_mode == TRUE)) {
sim_mode = TRUE;
i2c_bus3 = OFF;
printf("Simulated telemetry mode!\n");
srand((unsigned int)time(0));

Loading…
Cancel
Save

Powered by TurnKey Linux.