simulated telemetry mode set by i2c bus 3 so automatically set with Lite board

pull/120/head
alanbjohnston 5 years ago committed by GitHub
parent 68ee078bf4
commit 4cb9a33fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -412,7 +412,7 @@ int main(int argc, char * argv[]) {
#endif
// if ((i2c_bus1 == OFF) && (i2c_bus3 == OFF)) {
if (i2c_bus1 == OFF) { // i2c bus 1 can be turned off using raspi-config to enable sim mode without reboot
if (i2c_bus3 == OFF) { // i2c bus 13 can be turned off manually by editing /boot/config.txt
sim_mode = TRUE;

Loading…
Cancel
Save

Powered by TurnKey Linux.