Browse Source

Companion repeat: update to more usable default EU frequency

869.495 is in 869.4 to 869.65 range which does have 10% duty cycle and 500mW ERP.
pull/2604/head
Rastislav Vysoky 3 weeks ago
committed by GitHub
parent
commit
a37078f6c5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      examples/companion_radio/MyMesh.cpp

2
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
}; };

Loading…
Cancel
Save