Update ratgdo.cpp

This commit is contained in:
Paul Wieland 2024-04-17 16:26:15 -04:00
parent 4578097306
commit 1ba198e286
1 changed files with 1 additions and 1 deletions

View File

@ -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