Skip to content

Commit

Permalink
chore: add EU LR region
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 10, 2024
1 parent cb42fc5 commit 189e10c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/capabilities/RFRegion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ export enum RFRegion {
"USA" = 0x01,
"Australia/New Zealand" = 0x02,
"Hong Kong" = 0x03,
// 0x04 is deprecated
"India" = 0x05,
"Israel" = 0x06,
"Russia" = 0x07,
"China" = 0x08,
"USA (Long Range)" = 0x09,
// 0x0a is deprecated
"EU (Long Range)" = 0x0b,
"Japan" = 0x20,
"Korea" = 0x21,
"Unknown" = 0xfe,
Expand Down

0 comments on commit 189e10c

Please sign in to comment.