mirror of
https://github.com/esphome/esphome.git
synced 2025-10-07 12:23:47 +01:00
Merge branch 'fix_watchdog_reset_idf_web_server' into integration
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
@@ -27,6 +25,10 @@
|
|||||||
#include "esphome/components/web_server/list_entities.h"
|
#include "esphome/components/web_server/list_entities.h"
|
||||||
#endif // USE_WEBSERVER
|
#endif // USE_WEBSERVER
|
||||||
|
|
||||||
|
// Include socket headers after Arduino headers to avoid IPADDR_NONE/INADDR_NONE macro conflicts
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace web_server_idf {
|
namespace web_server_idf {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user