Browse Source

Fix ReadMe formatting

v_master
Sara Damiano 5 years ago
parent
commit
430ecc694d
2 changed files with 12 additions and 12 deletions
  1. +1
    -1
      .github/ISSUE_TEMPLATE.md
  2. +11
    -11
      README.md

+ 1
- 1
.github/ISSUE_TEMPLATE.md View File

@ -15,7 +15,7 @@ with your board before submitting any issues.
[ ] Request to support a new module [ ] Request to support a new module
<!-- Please, consider forking and submitting a pull request! --> <!-- Please, consider forking and submitting a pull request! -->
[ ] Bug or problem compiling the library [ ] Bug or problem compiling the library
<!-- NOTE: If you are using an ESP32, you must will not be able to compile the HttpClient or HttpsClient examples if you are using ESP32 core >1.0.1. Downgrade to version 1.0.1 or use the WebClient example. Please comment on the issue on the ESP32 core, not in this library: https://github.com/espressif/arduino-esp32/issues/2755 -->
<!-- NOTE: If you are using an ESP32, you will not be able to compile the HttpClient or HttpsClient examples with ESP32 core >1.0.1. Downgrade to version 1.0.1 or use the WebClient example. Please comment on the issue on the ESP32 core, not in this library: https://github.com/espressif/arduino-esp32/issues/2755 -->
[ ] Bug or issue with library functionality (ie, sending data over TCP/IP) [ ] Bug or issue with library functionality (ie, sending data over TCP/IP)


+ 11
- 11
README.md View File

@ -88,20 +88,20 @@ Watch this repo for new updates! And of course, contributions are welcome ;)
- SIM900, A6/A7, M560, XBee _WiFi_ - SIM900, A6/A7, M560, XBee _WiFi_
**USSD** **USSD**
Sending USSD requests and decoding 7,8,16-bit responses
- Sending USSD requests and decoding 7,8,16-bit responses
- Supported on: - Supported on:
- SIM800/SIM900, SIM7000 - SIM800/SIM900, SIM7000
- Not yet supported on: - Not yet supported on:
- Quectel modems, SIM5360/5320/7100/7500/7600, XBee - Quectel modems, SIM5360/5320/7100/7500/7600, XBee
**SMS** **SMS**
Only _sending_ SMS is supported, not receiving
- Only _sending_ SMS is supported, not receiving
- Supported on: - Supported on:
- SIM800/SIM900, SIM7000, XBee - SIM800/SIM900, SIM7000, XBee
- Not yet supported on: - Not yet supported on:
- Quectel modems, SIM5360/5320/7100/7500/7600 - Quectel modems, SIM5360/5320/7100/7500/7600
**Calls**
**Voice Calls**
- Only Supported on SIM800 and A6/A7/A20 - Only Supported on SIM800 and A6/A7/A20
- Dial, hangup - Dial, hangup
- Receiving calls - Receiving calls
@ -116,19 +116,19 @@ Only _sending_ SMS is supported, not receiving
- SIM800, SIM and SIM7000 only - SIM800, SIM and SIM7000 only
**Credits** **Credits**
Primary Author/Contributor:
- Primary Author/Contributor:
- [vshymanskyy](https://github.com/vshymanskyy) - [vshymanskyy](https://github.com/vshymanskyy)
Digi XBee, editing of all modules:
- Digi XBee, editing of all modules:
- [SRGDamia1](https://github.com/SRGDamia1/) - [SRGDamia1](https://github.com/SRGDamia1/)
SIM7000:
- SIM7000:
- [captFuture](https://github.com/captFuture/) - [captFuture](https://github.com/captFuture/)
Sequans Monarch:
- Sequans Monarch:
- [nootropicdesign](https://github.com/nootropicdesign/) - [nootropicdesign](https://github.com/nootropicdesign/)
Quectel M9C60
- Quectel M9C60
- [V1pr](https://github.com/V1pr) - [V1pr](https://github.com/V1pr)
Quectel M95
- Quectel M95
- [replicadeltd](https://github.com/replicadeltd) - [replicadeltd](https://github.com/replicadeltd)
Other Contributors:
- Other Contributors:
- https://github.com/vshymanskyy/TinyGSM/graphs/contributors - https://github.com/vshymanskyy/TinyGSM/graphs/contributors
@ -206,7 +206,7 @@ When using ESP32 `HardwareSerial`, you may need to specify additional parameters
Please [refer to this comment](https://github.com/vshymanskyy/TinyGSM/issues/91#issuecomment-356024747). Please [refer to this comment](https://github.com/vshymanskyy/TinyGSM/issues/91#issuecomment-356024747).
#### HttpClient #### HttpClient
If you are using an ESP32, you must will not be able to compile the HttpClient or HttpsClient examples if you are using ESP32 core >1.0.1. Downgrade to version 1.0.1 or use the WebClient example. Please comment on the issue on the ESP32 core, not in this library: https://github.com/espressif/arduino-esp32/issues/2755
You will not be able to compile the HttpClient or HttpsClient examples with ESP32 core >1.0.1. Downgrade to version 1.0.1 or use the WebClient example. Please comment on the issue on the ESP32 core, not in this library: https://github.com/espressif/arduino-esp32/issues/2755
### SAMD21 ### SAMD21


Loading…
Cancel
Save