Fatal error when include <EEPROM.h>, develop using Arduino IDE

Hi:

The EEPROM.h is compiled for Arduino/Genuino UNO and so on ,these boards use AVR chips.BUT the Wio LTE Tracker boards use STM32F4 chip,so you can not include EEPROM.H in your Wio LTE Tracker project.