mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-15 02:08:00 +00:00
config.h
This commit is contained in:
10
ESP32CAM-ONVIF/config.h
Normal file
10
ESP32CAM-ONVIF/config.h
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#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);
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
void printBanner();
|
|
||||||
void fatalError(const char* msg);
|
|
||||||
Reference in New Issue
Block a user