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.

42 lines
1.6 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. [ ] I have read the Troubleshooting section of the ReadMe
  11. ## What type of issues is this?
  12. [ ] Request to support a new module
  13. <!-- Please, consider forking and submitting a pull request! -->
  14. [ ] Bug or problem compiling the library
  15. [ ] Bug or issue with library functionality (ie, sending data over TCP/IP)
  16. [ ] Question or request for help
  17. ### What are you working with?
  18. Modem: <!-- Brand, model, variant, firmware version, ie Quectel BG96 Revision: BG96MAR02A07M1G -->
  19. Main processor board: <!-- Uno, Zero, ESP32, Particle, etc -->
  20. TinyGSM version: <!-- always try to use the latest (0.11.5) -->
  21. Code: <!-- Example name or paste in your code -->
  22. ### Scenario, steps to reproduce
  23. <!-- What you are trying to achieve and you can't? -->
  24. ### Expected result
  25. <!-- What are you expecting to happen as the consequence of above reproduction steps? -->
  26. ### Actual result
  27. <!-- What actually happens after the reproduction steps? Include the error output or a link to a gist if possible. -->
  28. ### Debug and AT command log
  29. <!-- Enable debugging by defining TINY_GSM_DEBUG before including TinyGSM -->
  30. <!-- The AT commands log you get using StreamDebugger or any other debugging method -->