From 705f381a12ea8b6438725985ac0b8c53d168796f Mon Sep 17 00:00:00 2001 From: Paul Wieland Date: Thu, 21 Mar 2024 14:28:51 -0400 Subject: [PATCH] Update ratgdo.cpp --- components/ratgdo/ratgdo.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index f65ae25..18b86d1 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -52,6 +52,11 @@ namespace ratgdo { // many things happening at startup, use some delay for sync set_timeout(SYNC_DELAY, [=] { this->sync(); }); + ESP_LOGD(TAG, " _____ _____ _____ _____ ____ _____ "); + ESP_LOGD(TAG, "| __ | _ |_ _| __| \\| |"); + ESP_LOGD(TAG, "| -| | | | | | | | | | |"); + ESP_LOGD(TAG, "|__|__|__|__| |_| |_____|____/|_____|"); + ESP_LOGD(TAG, "https://paulwieland.github.io/ratgdo/"); } // initializing protocol, this gets called before setup() because