Skip to content

Commit

Permalink
Update settings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu authored Jun 15, 2024
1 parent bc75b7e commit dbcaf5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ typedef struct {
uint8_t KEY_2_SHORT_PRESS_ACTION;
uint8_t KEY_2_LONG_PRESS_ACTION;
#endif
uint8_t MDC_AUDIO_LOCAL;
uint8_t MIC_SENSITIVITY;
uint8_t MIC_SENSITIVITY_TUNING;
uint8_t CHAN_1_CALL;
Expand Down Expand Up @@ -292,4 +293,4 @@ void SETTINGS_UpdateChannel(uint8_t channel, const VFO_Info_t *pVFO, bool keep);
void SETTINGS_WriteBuildOptions(void);
extern int key_dir;

#endif
#endif

0 comments on commit dbcaf5a

Please sign in to comment.