From 4cb9a33fb334de7240cf4f7b3f48ad0708808125 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 15 Feb 2021 18:16:13 -0500 Subject: [PATCH] simulated telemetry mode set by i2c bus 3 so automatically set with Lite board --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 75bed03a..0050b48b 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -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;