From 1ba198e28680e3f6532a2af1b25a74e122b79ec7 Mon Sep 17 00:00:00 2001 From: Paul Wieland
Date: Wed, 17 Apr 2024 16:26:15 -0400 Subject: [PATCH] Update ratgdo.cpp --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 61639c8..5353074 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -56,7 +56,7 @@ namespace ratgdo { ESP_LOGD(TAG, "| __ | _ |_ _| __| \\| |"); ESP_LOGD(TAG, "| -| | | | | | | | | | |"); ESP_LOGD(TAG, "|__|__|__|__| |_| |_____|____/|_____|"); - ESP_LOGD(TAG, "https://paulwieland.github.io/ratgdo/"); + ESP_LOGD(TAG, "https://paulwieland.github.io/ratgdo/"); } // initializing protocol, this gets called before setup() because