Skip to content

Commit e00100f

Browse files
committed
Give *_TTN define a bit more sense
1 parent b422cd8 commit e00100f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MKRWAN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ typedef enum {
229229
IN865 = 7,
230230
US915 = 8,
231231
RU864 = 9,
232-
AU915_TTN = 0x80,
232+
AU915_TTN = 0x80 | AU915,
233233
} _lora_band;
234234

235235
typedef enum {

0 commit comments

Comments
 (0)