Replies: 5 comments 5 replies
-
| Wow... seems that we have missed to update the file location. I have edited the JSONs directly. Could you try again? | 
Beta Was this translation helpful? Give feedback.
-
| Speaking about updates. gcc toolchains patch5 are out and the do support now Apple silicon native (no more with Rosetta). | 
Beta Was this translation helpful? Give feedback.
-
| Good that Platformio support is there too. It does works nice with ;-) | 
Beta Was this translation helpful? Give feedback.
-
| @kenkos68  Give platformio a try, since IDF 4.4.3 is not yet official released it is not supported official too.  | 
Beta Was this translation helpful? Give feedback.
-
| Firebase lib seems needs to be updated for actual core version. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
2.0.4 Works fine in Arduino on Ubuntu 22.04 for Raspberry Pi 4. When updagrading to 2.0.5, it fails on the esptool_py download.
In the package_esp32_index.json it is still trying to get esptool-3.3 which fails due to not being there and also the checksum would be wrong.
{
"host": "aarch64-linux-gnu",
"url": "https://github.com/espressif/arduino-esp32/releases/download/2.0.4/esptool-3.3-linux.tar.gz",
"archiveFileName": "esptool-4.2.1-linux.tar.gz",
"checksum": "SHA-256:5a45fb77eb6574554ec2f45230d0b350f26f9c24ab3b6c13c4031ebdf72a34ab",
"size": "90123"
}
Not sure if a bug or intentional.
Beta Was this translation helpful? Give feedback.
All reactions