mirror of
https://github.com/esphome/esphome.git
synced 2024-12-29 00:41:44 +01:00
[camera_web_server] Use header instead of mock struct (#7823)
This commit is contained in:
parent
6e50e2aa65
commit
2eac8b6c46
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "esphome/core/helpers.h"
|
||||
#include "esphome/core/preferences.h"
|
||||
|
||||
struct httpd_req;
|
||||
struct httpd_req; // NOLINT(readability-identifier-naming)
|
||||
|
||||
namespace esphome {
|
||||
namespace esp32_camera_web_server {
|
||||
|
|
Loading…
Reference in a new issue