Pull Sequans Monarch from nootropicdesign

This commit is contained in:
Sara Damiano
2019-05-14 15:54:23 -04:00
5 changed files with 844 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
#endif
#if !defined(TINY_GSM_RX_BUFFER)
#define TINY_GSM_RX_BUFFER 256
#define TINY_GSM_RX_BUFFER 64
#endif
#define TINY_GSM_ATTR_NOT_AVAILABLE __attribute__((error("Not available on this modem type")))
@@ -203,8 +203,6 @@ String TinyGsmDecodeHex16bit(String &instr) {
}
class TinyGsmModem
{