From 6cb3ae99b3113cb2992be5b45213b16c222bd411 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 27 Sep 2023 10:34:17 +0200 Subject: [PATCH] Update changelog --- docs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4d758ee5c..0d97548fc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -36,10 +36,12 @@ All notable changes to GNSS-SDR will be documented in this file. - The Galileo E1B Reduced CED parameters usage has been set to `false` by default. You can activate its usage with `Galileo_E1B_Telemetry_Decoder=true` in your configuration file. - - The generation of Galileo E6B observables has been disabled if the user sets `PVT.use_e6_for_pvt=false`, fixing the PVT computation in some multi-band configurations. +- Fix bug in the custom binary output (`PVT.enable_monitor=true`) output rate. + Before this fix, it was outputting data every 20 ms, instead of observing the + `PVT.output_rate_ms` setting. ## [GNSS-SDR v0.0.18](https://github.com/gnss-sdr/gnss-sdr/releases/tag/v0.0.18) - 2023-04-06