5 #define OCTAVE_OFFSET 0 97 #define TONE_STARTUP_TUNE 0 98 #define TONE_ERROR_TUNE 1 99 #define TONE_NOTIFY_POSITIVE_TUNE 2 100 #define TONE_NOTIFY_NEUTRAL_TUNE 3 101 #define TONE_NOTIFY_NEGATIVE_TUNE 4 102 #define TONE_ARMING_WARNING_TUNE 5 103 #define TONE_BATTERY_WARNING_SLOW_TUNE 6 104 #define TONE_BATTERY_WARNING_FAST_TUNE 7 105 #define TONE_GPS_WARNING_TUNE 8 106 #define TONE_ARMING_FAILURE_TUNE 9 107 #define TONE_PARACHUTE_RELEASE_TUNE 10 109 #define TONE_NUMBER_OF_TUNES 11
static bool tune_repeat[TONE_NUMBER_OF_TUNES]
void set_tune(uint8_t tone)
static const char * tune[TONE_NUMBER_OF_TUNES]
#define TONE_NUMBER_OF_TUNES