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 709f1d3 commit c7d3670
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This project currently provides support for the below platforms.
* RAK2287

## Changelog
2020-07-09 V4.2.3

* 1.Some naming changes.

2020-06-28 V4.2.2

* 1.Fix a display issue with gateway-config.
Expand Down
8 changes: 4 additions & 4 deletions rak/gateway-config
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ do_main_menu() {

FUN=$(dialog --title "$GW_MODEL (Gateway ID:$GW_ID Version: $GW_VERSION)" --cancel-label "Quit" --menu "Configuration options:" 16 80 20 \
1 "Set pi password" \
2 "Setup RAK Gateway LoRa concentrator" \
2 "Setup RAK Gateway Channel Plan" \
3 "Restart packet-forwarder" \
4 "Edit packet-forwarder config" \
5 "Configure WIFI" \
Expand All @@ -785,7 +785,7 @@ do_main_menu() {
else
FUN=$(dialog --title "$GW_MODEL (Gateway ID:$GW_ID Version: $GW_VERSION)" --cancel-label "Quit" --menu "Configuration options:" 19 80 20 \
1 "Set pi password" \
2 "Setup RAK Gateway LoRa concentrator" \
2 "Setup RAK Gateway Channel Plan" \
3 "Restart packet-forwarder" \
4 "Edit packet-forwarder config" \
5 "Configure WIFI" \
Expand Down Expand Up @@ -815,7 +815,7 @@ do_main_menu() {

FUN=$(dialog --title "$GW_MODEL (Gateway ID:$GW_ID Version: $GW_VERSION)" --cancel-label "Quit" --menu "Configuration options:" 16 80 20 \
1 "Set pi password" \
2 "Setup RAK Gateway LoRa concentrator" \
2 "Setup RAK Gateway Channel Plan" \
3 "Restart packet-forwarder" \
4 "Edit packet-forwarder config" \
5 "Configure WIFI" \
Expand All @@ -838,7 +838,7 @@ do_main_menu() {

FUN=$(dialog --title "$GW_MODEL (Gateway ID:$GW_ID Version: $GW_VERSION)" --cancel-label "Quit" --menu "Configuration options:" 19 80 20 \
1 "Set pi password" \
2 "Setup RAK Gateway LoRa concentrator" \
2 "Setup RAK Gateway Channel Plan" \
3 "Restart packet-forwarder" \
4 "Edit packet-forwarder config" \
5 "Configure WIFI" \
Expand Down
2 changes: 1 addition & 1 deletion rak/rak/rak_gw_model.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"gw_model": "RAK7243",
"gw_version": "4.2.2R",
"gw_version": "4.2.3R",
"spi": 0
}

0 comments on commit c7d3670

Please sign in to comment.