Browse Source

Disable serial debug for RFBridge

fastled
Xose Pérez 6 years ago
parent
commit
ca88f3811d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      code/espurna/config/hardware.h

+ 3
- 2
code/espurna/config/hardware.h View File

@ -479,8 +479,9 @@
#ifndef DUMMY_RELAY_COUNT #ifndef DUMMY_RELAY_COUNT
#define DUMMY_RELAY_COUNT 6 #define DUMMY_RELAY_COUNT 6
#endif #endif
#define TERMINAL_SUPPORT 0
#define TRACK_RELAY_STATUS 0
#define TERMINAL_SUPPORT 0
#define DEBUG_SERIAL_SUPPORT 0
#define TRACK_RELAY_STATUS 0
// Buttons // Buttons
#define BUTTON1_PIN 0 #define BUTTON1_PIN 0


Loading…
Cancel
Save