mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 09:40:40 +08:00
Add missing define for ESP8266
This commit is contained in:
parent
ea3bd524a3
commit
058a754959
@ -43,6 +43,17 @@
|
|||||||
#include "../core/debug_esp3d.h"
|
#include "../core/debug_esp3d.h"
|
||||||
#include "../include/version.h"
|
#include "../include/version.h"
|
||||||
|
|
||||||
|
#if defined(ARDUINO_ARCH_ESP8266)
|
||||||
|
/************************************
|
||||||
|
*
|
||||||
|
* SSL Client
|
||||||
|
*
|
||||||
|
* **********************************/
|
||||||
|
//Using BearSSL need to decrease size of packet to not be OOM on ESP8266
|
||||||
|
#define BEARSSL_MFLN_SIZE 512
|
||||||
|
#define BEARSSL_MFLN_SIZE_FALLBACK 4096
|
||||||
|
#endif // ARDUINO_ARCH_ESP8266
|
||||||
|
|
||||||
/************************************
|
/************************************
|
||||||
*
|
*
|
||||||
* Additional Flags
|
* Additional Flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user