Skip to content

Commit 78130df

Browse files
committed
Minor ReadMe fixes
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent f508e78 commit 78130df

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ You can also join our chat:
4040
- [SAMD21](#samd21)
4141
- [Goouuu Tech IOT-GA6 vs AI-Thinker A6 confusion](#goouuu-tech-iot-ga6-vs-ai-thinker-a6-confusion)
4242
- [SIM800 and SSL](#sim800-and-ssl)
43-
- [Which versions of the SIM7000 code to use](#which-versions-of-the-sim7000-code-to-use)
44-
- [License](#license)
43+
- [Which version of the SIM7000 code to use](#which-version-of-the-sim7000-code-to-use)
44+
- [License](#license)
4545

4646
### Arduino Client interface support
4747
This library is easy to integrate with lots of sketches which use Ethernet or WiFi.
@@ -303,8 +303,9 @@ You may need set the APN again after registering.
303303

304304
The first connection with a new SIM card, a new module, or at a new location/tower may take a *LONG* time - up to 15 minutes or even more, especially if the signal quality isn't excellent.
305305
If it is your first connection, you may need to adjust your wait times and possibly go to lunch while you're waiting.
306+
306307
If you are able to open a TCP connection but have the connection close before receiving data, try adding a keep-alive header to your request.
307-
Some modules (ie, the SIM7000 in SSL mode) will immediately throw away any un-read data when the remote server closes the connection - sometimes without even reporting the data arrived in the first place.
308+
Some modules (ie, the SIM7000 in SSL mode) will immediately throw away any un-read data when the remote server closes the connection - sometimes without even giving a notification that data arrived in the first place.
308309
When using MQTT, to keep a continuous connection you may need to reduce your keep-alive interval (PINGREQ/PINGRESP).
309310

310311
### Diagnostics sketch
@@ -396,7 +397,7 @@ Having SSL support depends on the firmware version and the individual module.
396397
Users have had varying levels of success in using SSL on the SIM800 even with apparently identical firmware.
397398
If you need SSL and it does not appear to be working on your SIM800, try a different module or try using a secondary SSL library.
398399

399-
### Which versions of the SIM7000 code to use
400+
### Which version of the SIM7000 code to use
400401

401402
There are two versions of the SIM7000 code, one using `TINY_GSM_MODEM_SIM7000` and another with `TINY_GSM_MODEM_SIM7000SSL`.
402403
The `TINY_GSM_MODEM_SIM7000` version *does not support SSL* but supports up to 8 simultaneous connections.
@@ -409,6 +410,6 @@ If you do not need SSL, I recommend starting with `TINY_GSM_MODEM_SIM7000`.
409410
410411
__________
411412
412-
### License
413+
## License
413414
This project is released under
414415
The GNU Lesser General Public License (LGPL-3.0)

0 commit comments

Comments
 (0)