From 92e43a7aaee0b4ad08a3ee67d3b93818fa70b068 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Fri, 20 Dec 2024 15:35:14 +0800 Subject: [PATCH] Added issue template --- .github/ISSUE_TEMPLATE.md | 42 ++++++++++++++++++++++++++++++ lib/TinyGSM/src/TinyGsmMqttA76xx.h | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..92415c7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ + + +[ ] I have read the troubleshooting section of the README + +## What type of issue is this? + +[ ] Error or problem compiling the library +[ ] Question or request for help +[ ] Hardware issue +[ ] Network issue +[ ] GPS issue + +### What are you using? + +Modem: + +### AT+SIMCOMATI command returns + +String: + +### Scenario, steps to reproduce + + +### Expected Results + + +### Actual Results + + +### Debug and AT Command Logs + + \ No newline at end of file diff --git a/lib/TinyGSM/src/TinyGsmMqttA76xx.h b/lib/TinyGSM/src/TinyGsmMqttA76xx.h index ab375f6..4f5b145 100644 --- a/lib/TinyGSM/src/TinyGsmMqttA76xx.h +++ b/lib/TinyGSM/src/TinyGsmMqttA76xx.h @@ -270,7 +270,7 @@ class TinyGsmMqttA76xx return true; } -bool mqtt_subscribe(uint8_t clientIndex, const char *topic, uint8_t qos = 0, uint8_t dup = 0) + bool mqtt_subscribe(uint8_t clientIndex, const char *topic, uint8_t qos = 0, uint8_t dup = 0) { if (clientIndex > muxCount) { return false;