add some comments

pull/263/head
cronyx 2022-07-13 21:21:48 +03:00
parent f8ca273b50
commit 7e70bd23fc
2 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ xm550() {
# gk7205v210 # OpenIPC # gk7205v210 # OpenIPC
# gk7205v300 # OpenIPC # gk7205v300 # OpenIPC
# gk7205v300_ultimate # OpenIPC_ultimate version # gk7205v300_ultimate # OpenIPC_ultimate version
gk7205v300_fpv # FPV (ultimate by default) # gk7205v300_fpv # FPV (ultimate by default)
# gk7605v100 # testing.. # gk7605v100 # testing..
# #
####### #######

View File

@ -18,7 +18,7 @@ load_ath() {
modprobe cfg80211 modprobe cfg80211
modprobe mac80211 modprobe mac80211
modprobe ath9k_htc modprobe ath9k_htc
sleep 3 sleep 3 # need to load firmware
} }
load_interface() { load_interface() {