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
@@ -3,12 +3,12 @@
#ifdef USE_ARDUINO
#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"
#include "watchdog.h"
namespace esphome {
namespace http_request {