|
|
@ -3,21 +3,6 @@ |
|
|
|
// Uncomment the appropiate line(s) to build from the Arduino IDE |
|
|
|
//-------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
//-------------------------------------------------------------------------------- |
|
|
|
// General |
|
|
|
//-------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
#ifndef DEBUG_PORT |
|
|
|
#define DEBUG_PORT Serial |
|
|
|
#endif |
|
|
|
|
|
|
|
// Uncomment and configure these lines to enable remote debug via udpDebug |
|
|
|
// To receive the message son the destination computer use nc: |
|
|
|
// nc -ul 8111 |
|
|
|
|
|
|
|
//#define DEBUG_UDP_IP IPAddress(192, 168, 1, 100) |
|
|
|
//#define DEBUG_UDP_PORT 8111 |
|
|
|
|
|
|
|
//-------------------------------------------------------------------------------- |
|
|
|
// Hardware |
|
|
|
//-------------------------------------------------------------------------------- |
|
|
|