ESP8266Audio
ESP8266Audio copied to clipboard
Platformio darwin_arm64 package not found (Apple M2)
If I upgrade from 1.9.7 to 1.9.8 i get an error:
UnknownPackageError: Could not find the package with 'earlephilhower/ESP8266Audio @ ^1.9.8' requirements for your system 'darwin_arm64'
[env:featheresp32]
platform = espressif32
board = featheresp32
framework = arduino
build_flags = -D CORE_DEBUG_LEVEL=0 -fmerge-all-constants -D_BSD_SOURCE
lib_deps =
fastled/FastLED@^3.5.0
earlephilhower/ESP8266Audio@^1.9.8. ;1.9.7 WORKS fine
akj7/TM1637 Driver@^2.1.2
monitor_speed = 115200
upload_speed = 1000000
Workaround is to use directly git:
https://github.com/earlephilhower/ESP8266Audio.git