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
Arduino IDE 1.x ignores the packages[*].platforms[*].size field of the package index if a packages[*].platforms[*].checksum field is present, so even though the size field value is incorrect, the archive still passes validation when installing the "ArduCAM_ESP8266_UNO" platform via the Arduino IDE 1.x Boards Manager.
Arduino IDE 2.x and Arduino CLI use both the checksum and size fields to verify the archive, so you must use one of those tools in order to reproduce the fault reported here.
Index error
Hardware
Hardware: ESP8266
Core Version: 2.1.0
When I try and dowload the board manager for the ESP8266_UNO board it gives me a index error.
Settings in IDE
Module: Generic ESP8266 Module
Flash Size: 4MB
CPU Frequency: 80Mhz
Flash Mode: qio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: nodemcu
Error:
Failed to install platform: ArduCAM_ESP8266_UNO:ArduCAM_ESP8266_UNO.
Error: 13 INTERNAL: Cannot install platform: installing platform ArduCAM_ESP8266_UNO:[email protected]: testing local archive integrity: testing archive size: fetched archive size differs from size specified in index: 22656170 != 22659072
The text was updated successfully, but these errors were encountered: