Skip to content

Commit

Permalink
Some naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RAKzhuqi committed Jul 9, 2020
1 parent c7d3670 commit fd0ad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rak/gateway-version
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "${RAK_MODEL}" = "RAK2247" ] || [ "${RAK_MODEL}" = "RAK833" ]; then
else
GW_MODEL_STR="${RAK_MODEL} for USB"
fi
elif [ "${RAK_MODEL}" = "RAK7243" ]; then
elif [ "${RAK_MODEL}" = "RAK7243" ] || [ "${RAK_MODEL}" = "RAK7244" ]; then
if [ "$INSTALL_LTE" = "1" ]; then
GW_MODEL_STR="${RAK_MODEL} with LTE"
else
Expand Down

0 comments on commit fd0ad56

Please sign in to comment.