Hi,
I am in the process of moving the files used by the Arduino IDE from one drive to another.. i.e. C:\Users<user>\Arduino & C:\Users<user>\ArduinoData to D:\Development\Arduino and D:\Development\ArduinoData. I was able to modify the location of the sketch folder in the .ArduinoIDE\arduino-cli.yaml:
directories:
builtin:
libraries: C:\Users\xxxxxx\AppData\Local\Arduino15\libraries
data: c:\Users\xxxxxx\AppData\Local\Arduino15
downloads: C:\Users\xxxxxx\AppData\Local\Arduino15\staging
# user: c:\Users\xxxxxx\OneDrive\Documents\Arduino
user: d:\Development\Arduino
I don't see any reference to the ArduinoData folder anywhere - has this been replaced by the Arduino15 folders?
The reason for the move is that the Arduino and ArduinoData folders are on OneDrive and I am trying to see if that is causing performance issues with compiling code.