You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.7 KiB

  1. <!--
  2. Thanks for using TinyGSM!
  3. Before opening an issue, please make sure you've read the README.
  4. We do not respond to general questions here, use gitter chat for that.
  5. Please provide the following information for all issues.
  6. The issues that do not contain the relevant information may be rejected.
  7. Please do ensure that your modem is properly powered and able to communicate
  8. with your board before submitting any issues.
  9. -->
  10. ## What type of issues is this?
  11. [ ] Request to support a new module
  12. <!-- Please, consider forking and submitting a pull request! -->
  13. [ ] Bug or problem compiling the library
  14. <!-- 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 -->
  15. [ ] Bug or issue with library functionality (ie, sending data over TCP/IP)
  16. ### What are you working with?
  17. Main processor board: <!-- Uno, Zero, ESP32, Particle, etc -->
  18. Modem: <!-- Brand, model, variant, firmware version -->
  19. TinyGSM version: <!-- always try to use the latest (0.9.10) -->
  20. Code: <!-- Example name or paste in your code -->
  21. ### Scenario, steps to reproduce
  22. <!-- What you are trying to achieve and you can't? -->
  23. ### Expected result
  24. <!-- What are you expecting to happen as the consequence of above reproduction steps? -->
  25. ### Actual result
  26. <!-- What actually happens after the reproduction steps? Include the error output or a link to a gist if possible. -->
  27. ### AT command log
  28. <!-- The AT commands log you get using StreamDebugger or any other debugging method -->