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:
David
2021-10-07 17:48:59 +00:00
parent 74543a99f8
commit c47c37a891
3 changed files with 17 additions and 12 deletions

View File

@@ -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