We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running this package in a Node app running on Raspberry Pi OS Lite (64-bit) on a Raspberry Pi 4, I expect this to be a recognized OS.
When running this package in a Node app running on Raspberry Pi OS Lite (64-bit) on a Raspberry Pi 4, it throws the Unrecognized OS error.
Linux
2.0.16
wifi.init({ iface: "wlan0", });
Perhaps this OS has some different characteristic that isn't accounted for if it came out after the last release of this package?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
When running this package in a Node app running on Raspberry Pi OS Lite (64-bit) on a Raspberry Pi 4, I expect this to be a recognized OS.
Current behavior
When running this package in a Node app running on Raspberry Pi OS Lite (64-bit) on a Raspberry Pi 4, it throws the Unrecognized OS error.
Which are the affected features
Which is your operating system?
Linux
Environment
Version of node-wifi
2.0.16
Steps to Reproduce
wifi.init({ iface: "wlan0", });
Solutions
Perhaps this OS has some different characteristic that isn't accounted for if it came out after the last release of this package?
The text was updated successfully, but these errors were encountered: