Acknowledged

checkWifiConnection returns UNSUPPORTED on Fenix 5 Plus

I'm seeing a resultCode of WIFI_CONNECTION_STATUS_UNSUPPORTED (3) on a Fenix 5 Plus (fw 17.30, CIQ 3.2.8).

If I'm understanding the description correctly, this code is intended to indicate that Wi-Fi isn't present on the device which in the case of the 5 Plus is definitely not true. If I comment out my guard on this value, Wi-Fi syncing proceeds. (A separate issue is that virtually no SSL certificate is accepted but that'll probably be another ticket: No Let's Encrypt, no Digicert, no Amazon root cert see the CheckTLS app to confirm.)

Desired change: update checkWifiConnection function so that it returns AVAILABLE on 5 Plus.