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 0856720 commit fde1f78Copy full SHA for fde1f78
lib/location/location_core.c
@@ -397,6 +397,8 @@ static void location_request_info_create(const struct location_config *config)
397
if (abs(method_wifi_index - method_cellular_index) == 1) {
398
__ASSERT_NO_MSG(loc_req_info.cellular != NULL);
399
__ASSERT_NO_MSG(loc_req_info.wifi != NULL);
400
+
401
+ combine_wifi_cell = true;
402
} else if (loc_req_info.cellular != NULL && loc_req_info.wifi != NULL) {
403
LOG_DBG("Wi-Fi and cellular methods are not one after the other "
404
"in method list so they are not combined");
0 commit comments