From 551fa520f4aec0f0c9fc06a8d0e2bc6340d4c9ec Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 17 Jan 2017 12:20:54 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a7f0cf6..37e9448 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Sketch uses 13,802 bytes (44%) of program storage space. Maximum is 30,720 bytes Global variables use 661 bytes (32%) of dynamic memory. Maximum is 2,048 bytes. ``` Now, you have more space for your experiments. +TinyGSM also pulls data gently from the modem (whenever possible), so it can operate on very little RAM. ### Supported modem models - [x] SIMCom SIM800 series (SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868) @@ -49,9 +50,6 @@ More modems may be supported later: Watch this repo for new updates! And of course, contributions are welcome ;) -### Uses internal modem buffer for receive -TinyGSM pulls data gently from the modem (whenever possible), so it can operate on very little RAM. - ## Getting Started 1. Using your phone: From f08b707b302e90859f922ffc69e2ec5738573442 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 17 Jan 2017 12:21:12 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e9448..9292787 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ WebClient example for Arduino Nano (with Software Serial) takes little resources Sketch uses 13,802 bytes (44%) of program storage space. Maximum is 30,720 bytes. Global variables use 661 bytes (32%) of dynamic memory. Maximum is 2,048 bytes. ``` -Now, you have more space for your experiments. +Now, you have more space for your experiments. TinyGSM also pulls data gently from the modem (whenever possible), so it can operate on very little RAM. ### Supported modem models