mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-23 12:27:13 +02:00
CORE_HAS_LIBB64 for ESP32
This commit is contained in:
@ -9,6 +9,10 @@ For details, see http://sourceforge.net/projects/libb64
|
|||||||
#include <core_esp8266_features.h>
|
#include <core_esp8266_features.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(ESP32)
|
||||||
|
#define CORE_HAS_LIBB64
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CORE_HAS_LIBB64
|
#ifndef CORE_HAS_LIBB64
|
||||||
#include "cdecode_inc.h"
|
#include "cdecode_inc.h"
|
||||||
|
|
||||||
|
@ -9,6 +9,10 @@ For details, see http://sourceforge.net/projects/libb64
|
|||||||
#include <core_esp8266_features.h>
|
#include <core_esp8266_features.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(ESP32)
|
||||||
|
#define CORE_HAS_LIBB64
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CORE_HAS_LIBB64
|
#ifndef CORE_HAS_LIBB64
|
||||||
#include "cencode_inc.h"
|
#include "cencode_inc.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user