fabianoriccardi / ESPLogger

An Arduino library providing a minimal interface to log data on flash memory and SD cards with ESP8266 and ESP32.
GNU Lesser General Public License v2.1
84 stars 15 forks source link

Apple chip M1 compatibility #15

Closed Mir1001 closed 2 years ago

Mir1001 commented 2 years ago

After build operation on PlatformIO I get the following error (same as other libs, but if I update them error was gone):

Error: Could not find the package with 'fabiuz7/ESP Logger @ ^2.0.0' requirements for your system 'darwin_arm64'

fabianoriccardi commented 2 years ago

try with fabianoriccardi/ESPLogger@^2.0.0

Mir1001 commented 2 years ago

It works. Thanks.