mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Fix Warning in Platformio if building MPU and KNX together
This commit is contained in:
parent
4fb6773ffb
commit
a75bc93634
@ -113,11 +113,19 @@ THE SOFTWARE.
|
||||
#define DEBUG_PRINTLN(x) Serial.println(x)
|
||||
#define DEBUG_PRINTLNF(x, y) Serial.println(x, y)
|
||||
#else
|
||||
#ifndef DEBUG_PRINT
|
||||
#define DEBUG_PRINT(x)
|
||||
#endif
|
||||
#ifndef DEBUG_PRINTF
|
||||
#define DEBUG_PRINTF(x, y)
|
||||
#endif
|
||||
#ifndef DEBUG_PRINTLN
|
||||
#define DEBUG_PRINTLN(x)
|
||||
#endif
|
||||
#ifndef DEBUG_PRINTLNF
|
||||
#define DEBUG_PRINTLNF(x, y)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define MPU6050_DMP_CODE_SIZE 1929 // dmpMemory[]
|
||||
#define MPU6050_DMP_CONFIG_SIZE 192 // dmpConfig[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user