Is there some way to save the project parameters in IDE ?
Now, when I open a project, IDE loads the parameters it has used last time.
I have built something for Arduino Nano, so there are the Nano parameters, when I open a project for NodeMCU or Arduino Mega.
Every time I build something, I must copy the parameters in my project book to copy them back to IDE by hand.
Not very professional, if I may say.
There should be a way to save the parameters to the same folder, where the .ino -file sleeps. And it should happend automatically.
Or the parameters should be possible to save as #include clauses to the ino itself -automatically and so that you can modify them with your own little hands.
The same way IDE should check librasy and conf files first from the ino folder.
for example I made changes to SoftwareSerial configuration and now I must make and remake it every time I change the project, where I use SoftwareSerial.
(I have been working with uP projects for over 30 years)