EmotiBit / EmotiBit_FeatherWing

Firmware to run Emotibit with Adafruit feather M0 WiFi and Feather ESP32
MIT License
19 stars 8 forks source link

Unable to successfully complete PlatformIO build #313

Closed martaah7 closed 1 week ago

martaah7 commented 2 weeks ago

Describe the bug Build keeps failing, detailed here.

Expected behavior Getting Status: FAILED, expecting a success

Additional details Error log: `Executing task: C:\Users\NDNEL.platformio\penv\Scripts\platformio.exe run --environment adafruit_feather_m0

Warning! Ignore unknown configuration option firmware_name_board_name in section [env:adafruit_feather_m0] Warning! Ignore unknown configuration option firmware_name_board_name in section [env:adafruit_feather_esp32] Processing adafruit_feather_m0 (platform: atmelsam @3.8.1; board: adafruit_feather_m0; framework: arduino) -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/atmelsam/adafruit_feather_m0.html PLATFORM: Atmel SAM (3.8.1) > Adafruit Feather M0 HARDWARE: SAMD21G18A 48MHz, 32KB RAM, 256KB Flash DEBUG: Current (atmel-ice) External (atmel-ice, blackmagic, jlink) PACKAGES:

nitin710 commented 2 weeks ago

Can you downgrade your SdFat library to 2.2.0? Our latest build was tested on that.

If that is the issue, I will update the documentation and make sure to reference the correct library version.

martaah7 commented 1 week ago

That fixed it. Thank you!

nitin710 commented 1 week ago

Awesome. Looks like the latest SdFat has deprecated something.

I updated the documentation as well.

Marking forum post as resolved.