Skip to content

Commit

Permalink
Merge pull request #10 from philwilkinson40/patch-1
Browse files Browse the repository at this point in the history
updated comments to reflect AU915 frequencies fixes#8
  • Loading branch information
brentru committed Dec 19, 2018
2 parents 910f50c + 7fec2a2 commit c4b5469
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions adafruit_tinylora/ttn_au.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
The Things Network Frequency Plans - AU915
* Author(s): Brent Rubell
"""
TTN_FREQS = {0: (0xe5, 0x33, 0x5a), # 868.1 MHz
1: (0xe5, 0x40, 0x26), # 868.3 MHz
2: (0xe5, 0x4c, 0xf3), # 863.5 MHz
3: (0xe5, 0x59, 0xC0), # 867.1 MHz
4: (0xe5, 0x66, 0x8D), # 904.7 MHz
5: (0xe5, 0x73, 0x5A), # 867.3 MHz
6: (0xe5, 0x80, 0x27), # 867.5 MHz
7: (0xe5, 0x8c, 0xf3)} # 867.9 MHz
TTN_FREQS = {0: (0xe5, 0x33, 0x5a), # 916.8 MHz
1: (0xe5, 0x40, 0x26), # 917.0 MHz
2: (0xe5, 0x4c, 0xf3), # 917.2 MHz
3: (0xe5, 0x59, 0xC0), # 917.4 MHz
4: (0xe5, 0x66, 0x8D), # 917.6 MHz
5: (0xe5, 0x73, 0x5A), # 917.8 MHz
6: (0xe5, 0x80, 0x27), # 918.0 MHz
7: (0xe5, 0x8c, 0xf3)} # 918.2 MHz

0 comments on commit c4b5469

Please sign in to comment.