Set certificate buffer sizes at CMakelists.txt

This commit is contained in:
rodriguezst
2022-06-13 14:40:51 +00:00
committed by GitHub
parent cb4e16cee4
commit 9b1adf7032
3 changed files with 8 additions and 7 deletions

View File

@@ -6,10 +6,6 @@
#include "NetworkDevice.h"
#include "../SpiffsCookie.h"
#define TLS_CA_MAX_SIZE 1800
#define TLS_CERT_MAX_SIZE 1800
#define TLS_KEY_MAX_SIZE 1800
class WifiDevice : public NetworkDevice
{
public: