Change the bug report text to just link to the forum thread.

This commit is contained in:
Victor Chang
2024-06-02 22:12:58 -07:00
parent cbe6e974fc
commit 4873672506

View File

@@ -333,8 +333,8 @@ class EmporiaVueUtility : public Component, public UARTDevice {
}
void ask_for_bug_report() {
ESP_LOGE(TAG, "If you continue to see this, please file a bug at");
ESP_LOGE(TAG, " https://forms.gle/duMdU2i7wWHdbK5TA");
ESP_LOGE(TAG, "If you continue to see this, try asking for help at");
ESP_LOGE(TAG, " https://community.home-assistant.io/t/emporia-vue-utility-connect/378347");
ESP_LOGE(TAG, "and include a few lines above this message and the data below until \"EOF\":");
ESP_LOGE(TAG, "Full packet:");
for (int x = 1 ; x < pos / 4 ; x++) {