From: Keith Packard Date: Wed, 29 Jan 2025 06:57:39 +0000 (-0800) Subject: altos/telemega-v7.0-seeed: Report success with just the green LED X-Git-Tag: 1.9.20~1^2~19 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1d4edd6e7aef573468b40f0ec34e4cae20661652;p=fw%2Faltos altos/telemega-v7.0-seeed: Report success with just the green LED Don't turn them both on. Signed-off-by: Keith Packard --- diff --git a/src/telemega-v7.0-seeed/ao_telemega_seeed.c b/src/telemega-v7.0-seeed/ao_telemega_seeed.c index 8e479580..b056fe5b 100644 --- a/src/telemega-v7.0-seeed/ao_telemega_seeed.c +++ b/src/telemega-v7.0-seeed/ao_telemega_seeed.c @@ -126,7 +126,7 @@ ao_validate(void) if (ao_ground_height < -1000 || ao_ground_height > 7000) ao_panic(AO_FAIL_BARO); - ao_led_on(LEDS_AVAILABLE); + ao_led_on(AO_LED_GREEN); ao_beep_for(AO_BEEP_MID_DEFAULT, AO_MS_TO_TICKS(100)); ao_exit();