Yes. I have installed version 2.1.4
I solved the problem. The problem is with the encoding system of the file. The google version file is UTF-8-BOM encoded. For this reason, extra characters are inserted in the first line that the compiler does not recognize:
#include <EEPROM.h>
I solved the problem. The problem is with the encoding system of the file. The google version file is UTF-8-BOM encoded. For this reason, extra characters are inserted in the first line that the compiler does not recognize:
#include <EEPROM.h>