Update main.c re-enable sim_mode based on I2C bus 3 state

pull/277/head
Alan Johnston 2 years ago committed by GitHub
parent 0f94db0965
commit a7b5dda717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -391,8 +391,8 @@ int main(int argc, char * argv[]) {
}
}
// if ((i2c_bus3 == OFF) || (sim_mode == TRUE)) {
if (sim_mode == TRUE) {
if ((i2c_bus3 == OFF) || (sim_mode == TRUE)) {
// if (sim_mode == TRUE) {
sim_mode = TRUE;

Loading…
Cancel
Save

Powered by TurnKey Linux.