Browse Source

DEBUG_PORT enabled by default in Arduino too

fastled
Xose Pérez 7 years ago
parent
commit
4023cf1ba1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      code/espurna/config/arduino.h

+ 3
- 1
code/espurna/config/arduino.h View File

@ -7,7 +7,9 @@
// General // General
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
//#define DEBUG_PORT Serial
#ifndef DEBUG_PORT
#define DEBUG_PORT Serial
#endif
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
// Hardware // Hardware


Loading…
Cancel
Save