Skip to content

Commit 274f7b7

Browse files
committed
The messy file structure was bugging me, so a small filesystem layout refactoring, all non-core files are now in 'local'
1 parent 2f01dba commit 274f7b7

File tree

12 files changed

+4
-3
lines changed

12 files changed

+4
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app_httpd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
#include "index_ov2640.h"
2121
#include "index_ov3660.h"
22-
#include "viewers.h"
22+
#include "local/viewers.h"
2323
#include "css.h"
24-
#include "favicon/favicons.h"
24+
#include "local/favicons.h"
2525

2626
//#define DEBUG_STREAM_DATA // Debug: dump info for each stream frame on serial port
2727

esp32-cam-webserver.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#endif
4646

4747
// Pin Mappings
48-
#include "camera_pins.h"
48+
#include "local/camera_pins.h"
4949

5050
// Declare external function from app_httpd.cpp
5151
extern void startCameraServer(int hPort, int sPort);

local/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Files and Libraries referenced by the main sketch
File renamed without changes.

0 commit comments

Comments
 (0)