Merge remote-tracking branch 'origin/fix-rp2040-crash-handler-section-attr' into integration

This commit is contained in:
J. Nick Koston
2026-03-12 12:19:57 -10:00
+5
View File
@@ -7,7 +7,12 @@
#include "esphome/core/log.h"
#include "mdns_component.h"
// Arduino-Pico's PolledTimeout.h redefines IRAM_ATTR to empty;
// undef before include to avoid macro redefinition warning, then restore from hal.h.
#undef IRAM_ATTR
#include <ESP8266mDNS.h>
#undef IRAM_ATTR
#include "esphome/core/hal.h"
namespace esphome::mdns {