fixed the error due to rf data being None

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-03-14 23:18:29 +05:30
parent c6549f2761
commit 1a10a2783f

View File

@@ -468,7 +468,7 @@ class UProfileUtility:
ssid_info.append(temp)
return ssid_info
def set_radio_config(self, radio_config=None, DFS=False, channel=None, bw=None):
def set_radio_config(self, radio_config={}, DFS=False, channel=None, bw=None):
base_radio_config_2g = {
"band": "2G",
"country": "CA",