mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-17 05:28:01 +00:00
first commit
This commit is contained in:
12
include/esp32cam.h
Normal file
12
include/esp32cam.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#define APP_TITLE "ESP32CAM-RTSP"
|
||||
#define APP_VERSION "1.0"
|
||||
|
||||
#define WIFI_SSID "ESP32CAM-RTSP"
|
||||
#define WIFI_PASSWORD nullptr
|
||||
#define CONFIG_VERSION "1.1"
|
||||
|
||||
#define RTSP_PORT 554
|
||||
#define DEFAULT_FRAMERATE "20"
|
||||
#define DEFAULT_FRAMESIZE "SVGA (800x600)"
|
||||
Reference in New Issue
Block a user