Hiding debugging again

This commit is contained in:
SRGDamia1
2017-04-06 00:37:26 -04:00
parent ed6fb6d548
commit 468f49c431
3 changed files with 28 additions and 29 deletions

View File

@@ -23,7 +23,7 @@
#include <TinyGsmFifo.h>
#ifndef TINY_GSM_YIELD
#define TINY_GSM_YIELD() { delay(2); }
#define TINY_GSM_YIELD() { delay(0); }
#endif
#if defined(__AVR__)