tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+

Home Page:https://www.npmjs.com/package/cordova-plugin-wifiwizard2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSID => unknown ssid

opened this issue · comments

Issue type

Select all that apply

  • Bug
  • Enhancement
  • Task
  • Question
  • Other

Description

Hello,
when I execute WifiWizard2.getConnectedSSID(), the function always returns <unknown_sssid>
The following snippet leads to that issue for me.
WifiWizard2.getConnectedSSID().then(ssid => { console.log(ssid); })