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.

38 lines
1.4 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. [ ] Bug or issue with library functionality (ie, sending data over TCP/IP)
  15. ### What are you working with?
  16. Main processor board: <!-- Uno, Zero, ESP32, Particle, etc -->
  17. Modem: <!-- Brand, model, variant, firmware version -->
  18. TinyGSM version: <!-- always try to use the latest (0.10.1) -->
  19. Code: <!-- Example name or paste in your code -->
  20. ### Scenario, steps to reproduce
  21. <!-- What you are trying to achieve and you can't? -->
  22. ### Expected result
  23. <!-- What are you expecting to happen as the consequence of above reproduction steps? -->
  24. ### Actual result
  25. <!-- What actually happens after the reproduction steps? Include the error output or a link to a gist if possible. -->
  26. ### AT command log
  27. <!-- The AT commands log you get using StreamDebugger or any other debugging method -->