[core] Move comment to PROGMEM on ESP8266 (#12554)

This commit is contained in:
J. Nick Koston
2025-12-22 11:37:51 -10:00
committed by GitHub
parent bdbe72b7f1
commit f238f93312
7 changed files with 105 additions and 30 deletions

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);