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:
Owen
2020-09-26 11:47:22 +02:00
parent 2f01dbaab3
commit 274f7b7270
12 changed files with 4 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 629 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -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

View File

@ -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
View File

@ -0,0 +1 @@
# Files and Libraries referenced by the main sketch