mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-15 10:18:02 +00:00
9 lines
150 B
C
9 lines
150 B
C
#pragma once
|
|
#include <Arduino.h>
|
|
#include <WiFi.h>
|
|
#include <WiFiUdp.h>
|
|
#include <WebServer.h>
|
|
|
|
void onvif_server_start();
|
|
void onvif_server_loop();
|