config.h 530 B

1234567891011121314151617
  1. #ifndef _LORAGW_CONFIGURATION_H
  2. #define _LORAGW_CONFIGURATION_H
  3. #define LIBLORAGW_VERSION "2.1.0"
  4. #define DEBUG_AUX 0
  5. #define DEBUG_COM 0
  6. #define DEBUG_MCU 0
  7. #define DEBUG_I2C 0
  8. #define DEBUG_REG 0
  9. #define DEBUG_HAL 0
  10. #define DEBUG_GPS 0
  11. #define DEBUG_GPIO
  12. #define DEBUG_LBT 0
  13. #define DEBUG_RAD 0
  14. #define DEBUG_CAL 0
  15. #define DEBUG_SX1302 0
  16. #define DEBUG_FTIME 0
  17. #endif