forked from Links2004/arduinoWebSockets
add info for AVR usage with version 2.x.x
This commit is contained in:
@@ -33,7 +33,13 @@
|
|||||||
#include <IPAddress.h>
|
#include <IPAddress.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef ARDUINO_ARCH_AVR
|
||||||
|
#error Version 2.x.x currently does not support Arduino with AVR since there is no support for std namespace of c++.
|
||||||
|
#error Use Version 1.x.x. (ATmega branch)
|
||||||
|
#else
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef NODEBUG_WEBSOCKETS
|
#ifndef NODEBUG_WEBSOCKETS
|
||||||
#ifdef DEBUG_ESP_PORT
|
#ifdef DEBUG_ESP_PORT
|
||||||
|
Reference in New Issue
Block a user