-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1dc59be
commit ef03a62
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
#include <core_version.h> | ||
#endif | ||
|
||
#include <vector> | ||
#include <vector> // 1.2k setmenu(vector) | ||
|
||
// #define WM_MDNS // includes MDNS, also set MDNS with sethostname | ||
// #define WM_FIXERASECONFIG // use erase flash fix | ||
|
@@ -30,6 +30,12 @@ | |
// #define WM_JSTEST // build flag for enabling js xhr tests | ||
// #define WIFI_MANAGER_OVERRIDE_STRINGS // build flag for using own strings include | ||
|
||
#ifdef WM_SLIM | ||
#define WM_NOINFO | ||
#define WM_NOOTA | ||
#define WM_NODEBUG | ||
#endif | ||
|
||
#ifdef ARDUINO_ESP8266_RELEASE_2_3_0 | ||
#warning "ARDUINO_ESP8266_RELEASE_2_3_0, some WM features disabled" | ||
// @todo check failing on platform = [email protected] | ||
|