mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Port the crypto library to ESP32
This commit is contained in:
@@ -28,7 +28,7 @@ correct behaviour.
|
||||
#include <Crypto.h>
|
||||
#include <ChaChaPoly.h>
|
||||
#include <string.h>
|
||||
#if defined(ESP8266)
|
||||
#if defined(ESP8266) || defined(ESP32)
|
||||
#include <pgmspace.h>
|
||||
#else
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
Reference in New Issue
Block a user