http_request watchdog as a component (#7161)

This commit is contained in:
Olivier ARCHER
2024-07-30 03:45:19 +02:00
committed by GitHub
parent 83bb7d0266
commit caa2ea64e3
8 changed files with 8 additions and 10 deletions

View File

@@ -3,6 +3,8 @@
#ifdef USE_ESP_IDF
#include "esphome/components/network/util.h"
#include "esphome/components/watchdog/watchdog.h"
#include "esphome/core/application.h"
#include "esphome/core/defines.h"
#include "esphome/core/log.h"
@@ -11,8 +13,6 @@
#include "esp_crt_bundle.h"
#endif
#include "watchdog.h"
namespace esphome {
namespace http_request {