Skip to content

Commit a755093

Browse files
committed
Partially revert the previous commit
1 parent 274f7b7 commit a755093

File tree

6 files changed

+3
-4
lines changed

6 files changed

+3
-4
lines changed

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 "local/viewers.h"
22+
#include "viewers.h"
2323
#include "css.h"
24-
#include "local/favicons.h"
24+
#include "favicons.h"
2525

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

File renamed without changes.

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 "local/camera_pins.h"
48+
#include "camera_pins.h"
4949

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

local/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)