diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index 8b11851b7..89319ba31 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -88,7 +88,7 @@ int main(int argc, char **argv) void set_non_bt_addresses() { -#if defined(Q_OS_LINUX) // since this is in the else, it does NOT include Android +#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID) connectionListModel.addAddress("/dev/ttyS0"); connectionListModel.addAddress("/dev/ttyS1"); connectionListModel.addAddress("/dev/ttyS2");