File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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:
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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments