Если кто не ленивый найдется, кто сделает diff -ruN arduino-core-old arduino-core-new, то я обязуюсь поискать причину глюков :).
Но, строго говоря, их даже и искать не нужно - просто соберите Ардуино Коре с -Wall, вы прозреете ![]()
Если кто не ленивый найдется, кто сделает diff -ruN arduino-core-old arduino-core-new, то я обязуюсь поискать причину глюков :).
Но, строго говоря, их даже и искать не нужно - просто соберите Ардуино Коре с -Wall, вы прозреете ![]()
Спасибо всем за советы. Мне помогло следующее: удалил все предыдущие установка, поставил версию 2.0.1. Грузится и компилируется крайне медленно, но заработало!!!
The timeout at which Arduino IDE cancels a download is configurable. You should be able to work around this problem by configuring a higher timeout value. I’ll provide instructions you can follow to do that:
Select File > Quit from the Arduino IDE menus if it is running.
All Arduino IDE windows will close.
Open the file at the following path in any text editor:
C:\Users\<username>\.arduinoIDE\arduino-cli.yaml
(where <username> is your Windows username)
Add the following content to the arduino-cli.yaml file (or replace the existing content if equivalent content is already present in the file):
network:
connection_timeout: 300s
ⓘ I arbitrarily chose a timeout value of 300 s. You can adjust this as needed.
Save the file.
Start Arduino IDE.
Now try installing/updating the “esp32” boards platform again, just the same as you did before. Hopefully this time it will be successful.
я поставил . 900 и все получилось. Не надо ничего и никуда откатывать.
Почаще заглядывайте на Arduino.cc там вопрос был решен 19 дней назад.