mirror of
https://github.com/lucaspalomodevelop/SmartHarz-Tracker.git
synced 2026-03-13 00:07:23 +00:00
14 lines
317 B
C
14 lines
317 B
C
/**
|
|
* @file configuration.h
|
|
* @author your name (you@domain.com)
|
|
* @brief
|
|
* @version 0.1
|
|
* @date 2022-05-28
|
|
*
|
|
* @copyright Copyright (c) 2022
|
|
*
|
|
*/
|
|
|
|
/*** Configuration ***/
|
|
#define BME280 // comment out if you have a T-Echo without BME280
|
|
#define DEBUG // comment out to remove debug messages from serial bus
|