map-controller: set enable_bsta_steer to '1' by default

This commit is contained in:
Jakob Olsson 2025-10-29 16:40:30 +01:00
parent b98ccac057
commit 9e180eb2bf

View file

@ -13,7 +13,7 @@ config controller 'controller'
config sta_steering 'sta_steering'
option enable_sta_steer '1'
option enable_bsta_steer '0'
option enable_bsta_steer '1'
option rcpi_threshold_2g '70'
option rcpi_threshold_5g '86'
option rcpi_threshold_6g '86'