Skip to content

Commit

Permalink
Demote logo to debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Dec 4, 2024
1 parent 93daa64 commit 69db9d5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions main/devices/Device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,13 @@ class ConfiguredKernel {
});
}

LOGI(" ______ _ _ _");
LOGI(" | ____| | | | | | |");
LOGI(" | |__ __ _ _ __ _ __ ___ | |__| |_ _| |__");
LOGI(" | __/ _` | '__| '_ ` _ \\| __ | | | | '_ \\");
LOGI(" | | | (_| | | | | | | | | | | | |_| | |_) |");
LOGI(" |_| \\__,_|_| |_| |_| |_|_| |_|\\__,_|_.__/ " FARMHUB_VERSION);
LOGD(" ______ _ _ _");
LOGD(" | ____| | | | | | |");
LOGD(" | |__ __ _ _ __ _ __ ___ | |__| |_ _| |__");
LOGD(" | __/ _` | '__| '_ ` _ \\| __ | | | | '_ \\");
LOGD(" | | | (_| | | | | | | | | | | | |_| | |_) |");
LOGD(" |_| \\__,_|_| |_| |_| |_|_| |_|\\__,_|_.__/ " FARMHUB_VERSION);
LOGD(" ");
}

void registerShutdownListener(std::function<void()> listener) {
Expand Down

0 comments on commit 69db9d5

Please sign in to comment.