Browse Source
Merge pull request #2604 from recrof/patch-1
Companion repeat: update to more usable default EU frequency
pull/2329/merge
ripplebiz
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
examples/companion_radio/MyMesh.cpp
|
|
@ -987,7 +987,7 @@ static FreqRange repeat_freq_ranges[] = { |
|
|
ALLOWED_REPEAT_FREQ_RANGE |
|
|
ALLOWED_REPEAT_FREQ_RANGE |
|
|
#else |
|
|
#else |
|
|
{ 433000, 433000 }, |
|
|
{ 433000, 433000 }, |
|
|
{ 869000, 869000 }, |
|
|
{ 869495, 869495 }, |
|
|
{ 918000, 918000 } |
|
|
{ 918000, 918000 } |
|
|
#endif |
|
|
#endif |
|
|
}; |
|
|
}; |
|
|
|