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 {