Buffer size to common

This commit is contained in:
Sara Damiano
2018-09-24 16:02:07 -04:00
parent 1aad1a9a1d
commit be4baa2a7d
11 changed files with 14 additions and 42 deletions

View File

@@ -31,6 +31,10 @@
#define TINY_GSM_YIELD() { delay(0); }
#endif
#if !defined(TINY_GSM_RX_BUFFER)
#define TINY_GSM_RX_BUFFER 256
#endif
#define TINY_GSM_ATTR_NOT_AVAILABLE __attribute__((error("Not available on this modem type")))
#define TINY_GSM_ATTR_NOT_IMPLEMENTED __attribute__((error("Not implemented")))