add warning for AVR #11
This commit is contained in:
parent
769dee6eb6
commit
0f4e04c52f
@ -1,3 +1,7 @@
|
||||
#ifdef __AVR__
|
||||
#warning THIS EXAMPLE MAY USE TOO MUCH MEMORY FOR AVR. WE RECOMMEND TO USE SENDER OR RECEIVER ONLY.
|
||||
#endif
|
||||
|
||||
#include <Artnet.h>
|
||||
|
||||
// Ethernet stuff
|
||||
|
Loading…
Reference in New Issue
Block a user