mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 12:38:40 +00:00
Merge remote-tracking branch 'origin/fix-rp2040-crash-handler-section-attr' into integration
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user