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
The src subfolder of the sketch folder has the special property of supporting recursive compilation. However, when you use File > Save As... with a sketch that has a src subfolder the sketch folder at the new location does not contain the src folder from the original sketch.
The Arduino IDE already handles Save As for the data subfolder so it should be easy to handle the src subfolder the same way. This PR may serve as a helpful reference: #6041
Uh oh!
There was an error while loading. Please reload this page.
The
src
subfolder of the sketch folder has the special property of supporting recursive compilation. However, when you use File > Save As... with a sketch that has asrc
subfolder the sketch folder at the new location does not contain thesrc
folder from the original sketch.The Arduino IDE already handles Save As for the
data
subfolder so it should be easy to handle thesrc
subfolder the same way. This PR may serve as a helpful reference: #6041Related: #10931
The text was updated successfully, but these errors were encountered: