mirror of
https://github.com/easytarget/esp32-cam-webserver.git
synced 2024-02-16 18:18:24 +08:00
The messy file structure was bugging me, so a small filesystem layout refactoring, all non-core files are now in 'local'
This commit is contained in:
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
@ -19,9 +19,9 @@
|
||||
|
||||
#include "index_ov2640.h"
|
||||
#include "index_ov3660.h"
|
||||
#include "viewers.h"
|
||||
#include "local/viewers.h"
|
||||
#include "css.h"
|
||||
#include "favicon/favicons.h"
|
||||
#include "local/favicons.h"
|
||||
|
||||
//#define DEBUG_STREAM_DATA // Debug: dump info for each stream frame on serial port
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
#endif
|
||||
|
||||
// Pin Mappings
|
||||
#include "camera_pins.h"
|
||||
#include "local/camera_pins.h"
|
||||
|
||||
// Declare external function from app_httpd.cpp
|
||||
extern void startCameraServer(int hPort, int sPort);
|
||||
|
1
local/README.md
Normal file
1
local/README.md
Normal file
@ -0,0 +1 @@
|
||||
# Files and Libraries referenced by the main sketch
|
Reference in New Issue
Block a user