Open
Issue #1
· created by
·
Make library compatible with non-Arduino platforms (e.g. ESP8266)
When compiling for an ESP8266 the library can's compile:
....Arduino/libraries/CLI/src/Commands.cpp:22:24: fatal error: avr/eeprom.h: No such file or directory
#include <avr/eeprom.h>
^
compilation terminated.
Using library CLI at version 1.0 in folder: ..../Arduino/libraries/CLI
exit status 1
Error compiling for board Generic ESP8266 Module.
-
Added bug label