Skip to content

Commit c209af1

Browse files
committed
remove types.h
1 parent 7565740 commit c209af1

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

app_httpd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#include "src/favicons.h"
2828
#include "src/logo.h"
2929
#include "storage.h"
30-
#include "types.h"
3130

3231
#ifndef MIN_FRAME_TIME
32+
#warning "MIN_FRAME_TIME undefined, setting to default value of 500"
3333
#define MIN_FRAME_TIME 500
3434
#endif
3535

esp32-cam-webserver.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "src/parsebytes.h"
99
#include "time.h"
1010
#include <ESPmDNS.h>
11-
#include "types.h"
1211

1312
/* This sketch is a extension/expansion/reork of the 'official' ESP32 Camera example
1413
* sketch from Expressif:
@@ -38,6 +37,7 @@
3837

3938
// Primary config, or defaults.
4039
#if __has_include("myconfig.h")
40+
struct station { const char ssid[65]; const char password[65]; const bool dhcp;}; // do no edit
4141
#include "myconfig.h"
4242
#else
4343
#warning "Using Defaults: Copy myconfig.sample.h to myconfig.h and edit that to use your own settings"

types.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)