This commit is contained in:
J. Nick Koston
2025-12-18 07:53:48 -10:00
parent 5547f9f5d6
commit 3a69cb9c13
+1 -1
View File
@@ -12,7 +12,7 @@
using namespace esphome;
void setup() {
App.pre_setup("livingroom", "LivingRoom", "comment", false);
App.pre_setup("livingroom", "LivingRoom", false);
auto *log = new logger::Logger(115200, 512); // NOLINT
log->pre_setup();
log->set_uart_selection(logger::UART_SELECTION_UART0);