RadioLib
Universal wireless communication library for Arduino
BuildOptUser.h
1 #if !defined(_RADIOLIB_USER_BUILD_OPTIONS_H)
2 #define _RADIOLIB_USER_BUILD_OPTIONS_H
3 
4 // this file can be used to define any user build options
5 // most commonly, RADIOLIB_EXCLUDE_* macros
6 // or enabling debug output
7 
8 //#define RADIOLIB_DEBUG (1)
9 //#define RADIOLIB_VERBOSE (1)
10 
11 #endif