You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When provisioning my ESP32 device with QR, if I put in the JSON object "security" : 0, it will not connect. I've checked that the app has deactivated the secure setting. If I do manually, it works fine.
The problem seems that in the function setSecurityTypeFromVersionInfo() in AddDeviceActivity and ManualProvBaseActivity it's looking for a field in the provInfo JSON object called sec_ver. My provInfo JSON object only shows the following fields:
When provisioning my ESP32 device with QR, if I put in the JSON object
"security" : 0
, it will not connect. I've checked that the app has deactivated the secure setting. If I do manually, it works fine.The problem seems that in the function
setSecurityTypeFromVersionInfo()
inAddDeviceActivity
andManualProvBaseActivity
it's looking for a field in theprovInfo
JSON object calledsec_ver
. My provInfo JSON object only shows the following fields:I'm glad to help as far as I can. Seems like the function has some unintentional behaviour.
The text was updated successfully, but these errors were encountered: