Skip to content

esp8266-2.5.0-beta1 has a number of breaking changes #34

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

Closed
dhalbert opened this issue Dec 12, 2018 · 2 comments
Closed

esp8266-2.5.0-beta1 has a number of breaking changes #34

dhalbert opened this issue Dec 12, 2018 · 2 comments

Comments

@dhalbert
Copy link
Contributor

The esp8266-2.5.0-beta1 BSP broke the ESP8266 test in a number of ways:

  • Menu items have changed names, so MAIN_PLATFORMS arduino cli settings in install.sh for esp8266 are now broken:
    • FlashSize -> eesz
    • CPUFrequency -> xtal
  • Adafruit_Test_Library seems to be unacceptable now (not sure why, if other builds are fine) (see below)
  • signing.py no longer executable (see below)
Invalid library found in /home/halbert/arduino_ide/libraries/Adafruit_Test_Library: no headers files (.h) found in /home/halbert/arduino_ide/libraries/Adafruit_Test_Library
Invalid library found in /home/halbert/arduino_ide/libraries/Adafruit_Test_Library: no headers files (.h) found in /home/halbert/arduino_ide/libraries/Adafruit_Test_Library
Verifying...
fork/exec /home/halbert/.arduino15/packages/esp8266/hardware/esp8266/2.5.0-beta1/tools/signing.py: permission denied
@ladyada
Copy link
Member

ladyada commented Dec 12, 2018

oi - ok thanks!

@dhalbert
Copy link
Contributor Author

Fixed by #35. Options fixed by hand. "Invalid library" went away for unknown reasons -- maybe bump to Arduino 1.8.7.

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

No branches or pull requests

2 participants