This commit is contained in:
John Varghese
2025-06-09 22:19:45 +05:30
parent c104f055ee
commit 3b270b5bec
3 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
#pragma once
#include <Arduino.h>
#include <WiFi.h>
#include <WiFiUdp.h>
#include <WebServer.h>
void onvif_server_start();
void onvif_server_loop();