mirror of
https://github.com/easytarget/esp32-cam-webserver.git
synced 2024-02-16 18:18:24 +08:00
Partially revert the previous commit
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
|
||||
#include "index_ov2640.h"
|
||||
#include "index_ov3660.h"
|
||||
#include "local/viewers.h"
|
||||
#include "viewers.h"
|
||||
#include "css.h"
|
||||
#include "local/favicons.h"
|
||||
#include "favicons.h"
|
||||
|
||||
//#define DEBUG_STREAM_DATA // Debug: dump info for each stream frame on serial port
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
#endif
|
||||
|
||||
// Pin Mappings
|
||||
#include "local/camera_pins.h"
|
||||
#include "camera_pins.h"
|
||||
|
||||
// Declare external function from app_httpd.cpp
|
||||
extern void startCameraServer(int hPort, int sPort);
|
||||
|
@ -1 +0,0 @@
|
||||
# Files and Libraries referenced by the main sketch
|
Reference in New Issue
Block a user