This commit is contained in:
J. Nick Koston
2026-03-02 09:20:09 -10:00
parent 641d188dec
commit d0930a4766
+1 -1
View File
@@ -88,7 +88,7 @@ void socket_delay(uint32_t ms);
/// Signal socket/IO activity and wake the main loop from esp_delay() early.
/// ISR-safe: uses IRAM_ATTR internally and only sets a volatile flag + esp_schedule().
void socket_wake();
void socket_wake(); // NOLINT(readability-redundant-declaration)
#endif
} // namespace esphome::socket