From cec0c4d1e2256222b2bd0d7279feca24445a0af4 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 1 Jun 2020 16:14:33 +0200 Subject: [PATCH] [SX127x] Added comment about op mode change --- src/modules/SX127x/SX127x.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/SX127x/SX127x.h b/src/modules/SX127x/SX127x.h index 7d2a00a2..25a06a14 100644 --- a/src/modules/SX127x/SX127x.h +++ b/src/modules/SX127x/SX127x.h @@ -914,7 +914,8 @@ class SX127x: public PhysicalLayer { uint8_t getModemStatus(); /*! - \brief Reads uncalibrated temperature value. + \brief Reads uncalibrated temperature value. This function will change operating mode + and should not be called during Tx, Rx or CAD. \returns Uncalibrated temperature sensor reading. */