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
- Raspberry Pi 4
- Raspberry Pi OS Lite (64-bit)
Version of node-wifi
2.0.16
Steps to Reproduce
- Install node-wifi package
- Run
wifi.init({ iface: "wlan0", });
- Observe error
Solutions
Perhaps this OS has some different characteristic that isn't accounted for if it came out after the last release of this package?
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?