Removerd reference to UART

pull/406/head
jgromes 2021-11-14 11:35:32 +01:00
rodzic c6eb3ee94f
commit 10ec10d233
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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 {