We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa60e8 commit 4f1cdc5Copy full SHA for 4f1cdc5
src/telegps-v3.0/ao_pins.h
@@ -68,6 +68,7 @@
68
#define LED_0_PIN 25
69
#define AO_LED_GREEN (1 << 0)
70
#define AO_LED_PANIC AO_LED_GREEN
71
+#define AO_LED_GPS_LOCK AO_LED_GREEN
72
73
/* Radio */
74
#define HAS_SPI_0 1
src/telegps-v3.0/ao_telegps.c
@@ -25,6 +25,8 @@ main(void)
25
{
26
ao_clock_init();
27
28
+ ao_led_init();
29
+
30
ao_task_init();
31
ao_timer_init();
32
0 commit comments