Files
ESP32-CAM-ONVIF/ESP32CAM-ONVIF/config.h
John Varghese 8b915114ce config.h
2025-06-03 19:00:03 +05:30

11 lines
217 B
C

#pragma once
// WiFi configuration
extern const char* WIFI_SSID;
extern const char* WIFI_PASSWORD;
// WiFi connection and utility functions
bool wifi_connect();
void printBanner();
void fatalError(const char* msg);