Skip to content

Commit

Permalink
Merge pull request #23 from septs/rm520n-gl
Browse files Browse the repository at this point in the history
add supports for RM520N-GL
  • Loading branch information
Kodo-kakaku committed Apr 19, 2023
2 parents 0d71733 + 22a0011 commit 086548f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It doesn't matter if you use a router in transport or it is installed in your te
- Dell DW5821e/DW5829e
- Huawei ME909u-521
- MEIGLink SLM820/SLM828
- Quectel EC25/EP06/EM12/RM500Q
- Quectel EC25/EP06/EM12/RM500Q/RM520N-GL
- Sierra EM7455/EM7565
- Simcom SIM7600E-H
- U-Blox VK-172 GPS/GLONASS module (u-blox 7 GNSS modules)
Expand Down
3 changes: 2 additions & 1 deletion luasrc/model/cbi/gpoint/gpoint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ local modems = {
["2c7c:0306"] = "EP06",
["2c7c:0512"] = "EM12",
["2c7c:0125"] = "EC25",
["2c7c:0800"] = "RM500Q"
["2c7c:0800"] = "RM500Q",
["2c7c:0801"] = "RM520N-GL"
},
["Sierra"] = {
["1199:9071"] = "EM7455",
Expand Down

0 comments on commit 086548f

Please sign in to comment.