main
YohanHadji 2022-04-10 11:15:37 +02:00
rodzic 9c78698d46
commit 3630c2cbe3
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -35,8 +35,8 @@
#define DESCENT_TIMER 4000
#define OPENING_TIMER 3000
#define SPIRAL_RECOVER 5000
#define DEP_ALT 300 // m above ground
#define SEP_ALT 10 // m above sea level
#define DEP_ALT 300 // m above ground altitude
#define SEP_ALT 10 // m above ground altitude
#define VUP 1 // m/s
#define VDOWN -1 // m/s

Wyświetl plik

@ -1,6 +1,6 @@
// This code is V3.04
// Updated on April 10th
// Ready to be tested
// This code is V3.05
// Updated and tested on April 10th 9h15 UTC
// Ready for flight
#include <movingAvg.h>
#include "flight_state.hpp"