From 10ec10d233ade71d3fa961f18faeb321eaf6938d Mon Sep 17 00:00:00 2001 From: jgromes <jan.gromes@gmail.com> Date: Sun, 14 Nov 2021 11:35:32 +0100 Subject: [PATCH] Removerd reference to UART --- src/BuildOpt.h | 2 +- src/Module.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BuildOpt.h b/src/BuildOpt.h index 0d8b628c..ba163c1d 100644 --- a/src/BuildOpt.h +++ b/src/BuildOpt.h @@ -754,7 +754,7 @@ * Warning: Debug output will slow down the whole system significantly. * Also, it will result in larger compiled binary. * Levels: debug - only main info - * verbose - full transcript of all SPI/UART communication + * verbose - full transcript of all SPI communication */ #if !defined(RADIOLIB_DEBUG) //#define RADIOLIB_DEBUG diff --git a/src/Module.h b/src/Module.h index a824d173..6c44033b 100644 --- a/src/Module.h +++ b/src/Module.h @@ -8,7 +8,7 @@ /*! \class Module - \brief Implements all common low-level SPI/UART methods to control the wireless module. + \brief Implements all common low-level methods to control the wireless module. Every module class contains one private instance of this class. */ class Module {