Skip to content

Commit

Permalink
Updated README, region_codes.py and comments in getdmrids.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OJStuff committed May 20, 2024
1 parent 43dca65 commit 96cf0b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This command shows how to get help using the prgram.

### Example 2

This command specifies to download an updated DMR ID user database and then create export for region 2 (Europe). File format will be for default traceiver type (AnyTone D878/D578).
This command specifies to download an updated DMR ID user database and then create export for region 2 (Europe). File format will be for default traceiver type (AnyTone D878/D578) and the file will be named "users-anytone.csv".

>python3 dmridget.py -d -r 2

Expand All @@ -55,7 +55,7 @@ This command specifies to download an updated DMR ID user database and then crea

### Example 3

This command specifies to create export for region 2 (Europe). Country 302 (Canada) will also be added to the collection, but Norway will ble excluded. File format will be for default traceiver type (AnyTone D878/D578).
This command specifies to create export for region 2 (Europe). Country 302 (Canada) will also be added to the collection, but Norway will ble excluded. File format will be for default traceiver type (AnyTone D878/D578) and the file will be named "users-anytone.csv".

>python3 dmridget.py -r 2 -c 302 -274

Expand All @@ -67,7 +67,7 @@ This command specifies to create export for region 2 (Europe). Country 302 (Cana

### Example 4

This command specifies to create export for region 1, 2 and 3. File format will be for default traceiver type (AnyTone D878/D578).
This command specifies to create export for region 1, 2 and 3. File format will be for default traceiver type (AnyTone D878/D578) and the file will be named "users-anytone.csv".

>python3 dmridget.py -r 1 2 3

Expand Down
2 changes: 1 addition & 1 deletion getdmrids.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Environment: Thonny IDE v4.1.4 and builtin Python v3.10.11.
Copyright: Released under CC BY-SA 4.0
Author: GitHub/OJStuff, May xx, 2024, v1.0
Author: GitHub/OJStuff, May 20, 2024, v1.0
"""

import sys
Expand Down
2 changes: 1 addition & 1 deletion region_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DMR_RC = {
# Mobile region codes: https://en.wikipedia.org/wiki/Mobile_country_code
0: "Test networks",
1: "North America and Canada (DMARC)",
1: "North America and Canada",
2: "Europe",
3: "North America and the Caribbean",
4: "Asia and the Middle East",
Expand Down

0 comments on commit 96cf0b0

Please sign in to comment.