Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh install, SPI missing in platformio.ini / lib_deps #481

Closed
PieBru opened this issue Jan 28, 2018 · 2 comments
Closed

Fresh install, SPI missing in platformio.ini / lib_deps #481

PieBru opened this issue Jan 28, 2018 · 2 comments

Comments

@PieBru
Copy link

PieBru commented Jan 28, 2018

Hi, after installing the fresh Arch linux on my new notebook I then installed PlatformIO and cloned Espurna from GitHub. Both pio 3.4.1 and 3.5.2a5 on both the master and dev branches gave build errors.

I solved by adding SPI in lib_deps and switching to 'platform = espressif8266' instead of 'platform = https://github.com/platformio/platform-espressif8266.git#v1.5.0'

Piero

@xoseperez
Copy link
Owner

The error could be due to an unneeded reference to "spi_flash.h" in settings.ino. Can you try removing that reference and the SPI from lib_deps?

I'm building pre-compiled binaries against Arduino Core for ESP8266 2.3.0, hence the different platoform (v1.5.0).

@PieBru
Copy link
Author

PieBru commented Jan 29, 2018

Solved by cba621d, thanks.
Piero

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants