[platformio] Align configs with Arduino IDE

This commit is contained in:
Paul Vakhrushev
2021-02-28 21:47:00 +00:00
parent f69566e175
commit 263da7a680
7 changed files with 55 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
#define MAX_PRESETS 40 // макс количество режимов
// ------------------- МАКРО --------------------
#ifdef DEBUG_SERIAL
#ifdef DEBUG_SERIAL_LAMP
#define DEBUGLN(x) Serial.println(x)
#define DEBUG(x) Serial.print(x)
#else