Issue: Compiler complains about <avr/pgmspace.h> . Solution: modify the library by adding conditional include of ESP's pgmspace.h. #ifdef ESP8266 ...
確定! 回上一頁