Improve exclude feature

This commit is contained in:
Armel FAUVEAU
2024-07-25 04:56:50 +02:00
parent 921fd983d6
commit a271d847c3
5 changed files with 8 additions and 6 deletions

1
misc.h
View File

@@ -205,6 +205,7 @@ typedef union {
} ChannelAttributes_t;
extern ChannelAttributes_t gMR_ChannelAttributes[207];
extern bool gMR_ChannelExclude[207];
extern volatile uint16_t gBatterySaveCountdown_10ms;