Closed e1970180 closed 7 years ago
Dear Frank,
Would you please make possible to use you great lib on ESP82266 also?
I propose it could be done by changing header file from
to something like this:
#include <avr/pgmspace.h>
#include <pgmspace.h>
Thanks in advance!
https://github.com/FrankBoesing/FastCRC/commit/93869422f2dbfbc5429ea7f5db3b8b0293688844
Thanks :)
Dear Frank,
Would you please make possible to use you great lib on ESP82266 also?
I propose it could be done by changing header file from
include <avr/pgmspace.h>
to something like this:
ifdef AVR
elif defined(ESP8266)
endif
Thanks in advance!