Skip to content

Commit c4b5469

Browse files
authored
Merge pull request #10 from philwilkinson40/patch-1
updated comments to reflect AU915 frequencies fixes#8
2 parents 910f50c + 7fec2a2 commit c4b5469

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

adafruit_tinylora/ttn_au.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
The Things Network Frequency Plans - AU915
2626
* Author(s): Brent Rubell
2727
"""
28-
TTN_FREQS = {0: (0xe5, 0x33, 0x5a), # 868.1 MHz
29-
1: (0xe5, 0x40, 0x26), # 868.3 MHz
30-
2: (0xe5, 0x4c, 0xf3), # 863.5 MHz
31-
3: (0xe5, 0x59, 0xC0), # 867.1 MHz
32-
4: (0xe5, 0x66, 0x8D), # 904.7 MHz
33-
5: (0xe5, 0x73, 0x5A), # 867.3 MHz
34-
6: (0xe5, 0x80, 0x27), # 867.5 MHz
35-
7: (0xe5, 0x8c, 0xf3)} # 867.9 MHz
28+
TTN_FREQS = {0: (0xe5, 0x33, 0x5a), # 916.8 MHz
29+
1: (0xe5, 0x40, 0x26), # 917.0 MHz
30+
2: (0xe5, 0x4c, 0xf3), # 917.2 MHz
31+
3: (0xe5, 0x59, 0xC0), # 917.4 MHz
32+
4: (0xe5, 0x66, 0x8D), # 917.6 MHz
33+
5: (0xe5, 0x73, 0x5A), # 917.8 MHz
34+
6: (0xe5, 0x80, 0x27), # 918.0 MHz
35+
7: (0xe5, 0x8c, 0xf3)} # 918.2 MHz

0 commit comments

Comments
 (0)