diff --git a/src/main/pg/beeper.c b/src/main/pg/beeper.c index b97d07a35c..0b17c6365f 100644 --- a/src/main/pg/beeper.c +++ b/src/main/pg/beeper.c @@ -22,6 +22,8 @@ #ifdef USE_BEEPER +#include "io/beeper.h" + #include "pg/pg.h" #include "pg/pg_ids.h" @@ -31,5 +33,6 @@ PG_REGISTER_WITH_RESET_TEMPLATE(beeperConfig_t, beeperConfig, PG_BEEPER_CONFIG, PG_RESET_TEMPLATE(beeperConfig_t, beeperConfig, .dshotBeaconTone = 1, + .dshotBeaconOffFlags = DSHOT_BEACON_ALLOWED_MODES, ); #endif