Skip to content

Remove unused enumeration value in radio config to fix mapping

Marina Maslova requested to merge marsik-radio-param-fix into devel

WIFI_RADIO_DPP_ONBOARDED enumeration value is unused and causes mismatch of parameters values which are listed after it. Initially it was added in b8323fd7 together with dpp_onboarded parameter. Later in 9c83ee60 all related stuff was removed except this one.

Merge request reports