kopia lustrzana https://github.com/bristol-seds/pico-tracker
Turn the led off!
rodzic
cfbccf096c
commit
7bf819a8c6
|
@ -608,6 +608,9 @@ struct gps_data_t gps_get_data(void)
|
||||||
|
|
||||||
gps_set_flight_state(data.altitude);
|
gps_set_flight_state(data.altitude);
|
||||||
|
|
||||||
|
/* turn the led off! */
|
||||||
|
led_off();
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -615,6 +618,7 @@ struct gps_data_t gps_get_data(void)
|
||||||
/* GPS back to hibernate */
|
/* GPS back to hibernate */
|
||||||
gps_make_hibernate();
|
gps_make_hibernate();
|
||||||
|
|
||||||
|
/* turn the led off! */
|
||||||
led_off();
|
led_off();
|
||||||
|
|
||||||
/* invalid */
|
/* invalid */
|
||||||
|
|
Ładowanie…
Reference in New Issue