From 13248b6eab6856c4d828ef7a97f613350f0f90ae Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 8 Apr 2023 21:44:14 +0200 Subject: [PATCH] [SX127x] Fixed comments --- src/modules/SX127x/SX127x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/SX127x/SX127x.h b/src/modules/SX127x/SX127x.h index 2f16874e..5a4e9278 100644 --- a/src/modules/SX127x/SX127x.h +++ b/src/modules/SX127x/SX127x.h @@ -1186,9 +1186,9 @@ class SX127x: public PhysicalLayer { int16_t getChipVersion(); /*! - \brief Enables/disables Invert the LoRa I and Q signals. + \brief Enable/disable inversion of the I and Q signals - \param invertIQ Enable (true) or disable (false) LoRa I and Q signals. + \param invertIQ QI inversion enabled (true) or disabled (false); \returns \ref status_codes */