Partially revert the previous commit
This commit is contained in:
parent
274f7b7270
commit
a755093a8e
|
@ -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
|
Loading…
Reference in New Issue