Skip to content
Snippets Groups Projects
Commit 7b76b75d authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[Radio] Lowered the transmission rate

parent 2a547319
Branches
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ constexpr bool XBEE_80KBPS_DATA_RATE = true;
constexpr int XBEE_TIMEOUT = 5000; // [ms]
// Periodic telemetries frequency
constexpr uint32_t FLIGHT_TM_PERIOD = 250; // [ms]
constexpr uint32_t STATS_TM_PERIOD = 2000; // [ms]
constexpr uint32_t FLIGHT_TM_PERIOD = 1000 / 2; // [ms]
constexpr uint32_t STATS_TM_PERIOD = 2 * 1000; // [ms]
// Periodic telemetries tasks ids
constexpr uint8_t FLIGHT_TM_TASK_ID = 200;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment