/
SoRusV
/
Tasmota
Обзор
Документация
Войти
/
SoRusV
/
Tasmota
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
lib/lib_rf/RadioLib/src/BuildOptUser.h
12 строк
571 B
Theo Arends
Update RadioLib
23 мар 2024, 17:18
23 мар 2024, 17:18
6337c59
Код
Авторство
О чём код?
#if !defined(_RADIOLIB_USER_BUILD_OPTIONS_H) #define _RADIOLIB_USER_BUILD_OPTIONS_H // this file can be used to define any user build options // most commonly, RADIOLIB_EXCLUDE_* macros // or enabling debug output //#define RADIOLIB_DEBUG_BASIC (1) // basic debugging (e.g. reporting GPIO timeouts or module not being found) //#define RADIOLIB_DEBUG_PROTOCOL (1) // protocol information (e.g. LoRaWAN internal information) //#define RADIOLIB_DEBUG_SPI (1) // verbose transcription of all SPI communication - produces large debug logs! #endif