We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52459ba commit 5aaa32dCopy full SHA for 5aaa32d
1 file changed
src/MainWindow.cpp
@@ -2157,7 +2157,10 @@ void MainWindow::onDeviceConnected()
2157
}
2158
wsClient->sendUserSettingsRequest();
2159
wsClient->sendBatteryRequest();
2160
- wsClient->sendBleNameRequest();
+ if (wsClient->get_bundleVersion() >= Common::BLE_BUNDLE_WITH_BLE_NAME)
2161
+ {
2162
+ wsClient->sendBleNameRequest();
2163
+ }
2164
2165
displayBundleVersion();
2166
updateDeviceDependentUI();
0 commit comments