You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The
esp8266-2.5.0-beta1
BSP broke the ESP8266 test in a number of ways:MAIN_PLATFORMS
arduino cli settings ininstall.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)The text was updated successfully, but these errors were encountered: