Closed
Description
I installed the ESP32 cores on the Arduino IDE via the Board Manager.
Then I opened a sketch that uses another board, the ESP8266 Thing Dev from SparkFun, which is one of the board in a separate package: https://github.com/esp8266/Arduino.
This sketch used to complie just fine. The old board is still selected, I am trying to compile the sketch (which I haven't touched) for the same ESP8266 as before. That is, I am not even using the ESP32 core I just installed.
Yet I get compile errors like this:
Error compiling for board SparkFun ESP8266 Thing Dev.
fork/exec /home/teo/.arduino15/packages/esp32/tools/esptool/2.3.1/esptool: no such file or directory
Error compiling for board SparkFun ESP8266 Thing Dev.
Basically, merely installing the ESP32 board backage has messed with the preexisting ESP8266 package that was previously installed and worked fine before. Obviously I should be able to have both installed ans working.