Closed duzc2 closed 6 years ago
@arsenal942 was this PR not verified before being merged? https://github.com/tripflex/WifiWizard2/pull/43
We need to make sure to verify any major changes in PRs like this before merging them
Resolved in latest commit, the PR should not have been merged without verifying it first, sorry about the issue
Thanks @xLarry for resolving this! I weirdly didn't experience this issue during development.
i suggest change WifiWizard2.java:741
int networkIdToConnect = (int) params[1]; to int networkIdToConnect = (Integer) params[1];
cause:
platforms\android\src\android\wifiwizard2\WifiWizard2.java:741: error: incompatible types: Object cannot be converted to int int networkIdToConnect = (int) params[1];