-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2713 from cesanta/nodetemb
move Mongoose options to mongoose_config
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
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
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 |
---|---|---|
@@ -1 +1,6 @@ | ||
#define MG_ARCH MG_ARCH_ESP32 | ||
|
||
#define MG_ENABLE_PACKED_FS 1 | ||
#define MG_TLS MG_TLS_NONE // change to 'MG_TLS_MBED' to enable TLS | ||
#define MG_OTA MG_OTA_CUSTOM | ||
#define MG_DEVICE MG_DEVICE_CUSTOM |
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
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
#define MG_ARCH MG_ARCH_ESP32 | ||
|
||
#define MG_ENABLE_PACKED_FS 1 |