mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-21 06:13:38 +00:00
Doubling scan time constants for new interrupt time
This commit is contained in:
parent
93e3f682b1
commit
f5f501cad0
1 changed files with 2 additions and 2 deletions
4
IO.h
4
IO.h
|
|
@ -35,8 +35,8 @@
|
|||
#define UHF2_MIN 842000000
|
||||
#define UHF2_MAX 950000000
|
||||
|
||||
#define SCAN_TIME 960
|
||||
#define SCAN_PAUSE 10000
|
||||
#define SCAN_TIME 1920
|
||||
#define SCAN_PAUSE 20000
|
||||
|
||||
extern uint32_t m_frequency_rx;
|
||||
extern uint32_t m_frequency_tx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue