Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions wavTrigger.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@
// ==================================================================
// The following defines are used to control which serial class is
// used. Uncomment only the one you wish to use. If all of them are
// commented out, the library will use Hardware Serial
#define __WT_USE_ALTSOFTSERIAL__
// commented out, the library will use Software Serial

//#define __WT_USE_SERIAL1__
//#define __WT_USE_SERIAL2__
//#define __WT_USE_SERIAL3__
#if !defined(__WT_USE_SERIAL1__) || !defined(__WT_USE_SERIAL2__) || !defined(__WT_USE_SERIAL3__)
#define __WT_USE_ALTSOFTSERIAL__
#endif
// ==================================================================

#define CMD_GET_VERSION 1
Expand Down