Checkpoint commit with fauxmoESP in the firmware folder, rather than the library version. This is to test with a possibly newer library version.
This commit is contained in:
@@ -45,7 +45,7 @@ THE SOFTWARE.
|
||||
#define UDP_RESPONSES_TRIES 5
|
||||
|
||||
// Here, or in the compiler configuration
|
||||
//#define DEBUG_FAUXMO Serial
|
||||
#define DEBUG_FAUXMO Serial
|
||||
#ifdef DEBUG_FAUXMO
|
||||
#define DEBUG_MSG_FAUXMO(...) DEBUG_FAUXMO.printf( __VA_ARGS__ )
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user