aboutsummaryrefslogtreecommitdiff
path: root/libs/sx1302_hal/test.sh
blob: 3958edc0ee48a2f858cfd64b1758d233f8436c80 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ "$1" = 'sx1302_hal-tests' ]; then
	test_loragw_com -h 2>&1 | grep "$2"
elif [ "$1" = 'sx1302_hal-utils' ]; then
	chip_id -h 2>&1 | grep "$2"
fi