This commit is contained in:
John Varghese
2025-06-03 18:52:45 +05:30
committed by GitHub
parent fba243de31
commit f7d0d9b094

3
ESP32CAM-ONVIF/utils.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void printBanner();
void fatalError(const char* msg);