Adjust dual band channel hop time

This commit is contained in:
Just Call Me Koko
2025-10-10 15:49:22 -04:00
parent 748afc99e8
commit 0764625eb1

View File

@@ -2549,6 +2549,6 @@
#ifndef HAS_DUAL_BAND
#define HOP_DELAY 1000
#else
#define HOP_DELAY 100
#define HOP_DELAY 250
#endif
#endif