How can I check the version of hardware via ssh on AirOS on ubnt radios to see the compatibility?
@osvaldotcf2 wrote:
How can I check the version of hardware via ssh on AirOS on ubnt radios to see the compatibility?
Hi,
You can find hardware version by executing following command from CLI:
cat /proc/ubnthal/board.info
Thank you.