I need to backtrack in my project to the setting for flash size used before I switched to the ESP-07S module.
For this new module I am using 4M (1M SPIFFS).
But the old ESP-07 module has only 1M flash so it used a different setting.
I have put my project under Subversion so there is a chance to find the old setting now that I will have to revert.
But I don't know which of the many files contain the actual Arduino properties for the project.
I am using Sloeber IDE if it matters for this question.
Does someone here know how to find the old properties (=which file they are stored inside)?
boards.txt in hardware/arduino/avr in the distribution I think. look for 'maximum_size'. I've clone a set of entries in the past in order to vary one of the settings - keep a copy of the original boards.txt safe of course(!)
(Actually it probably won't be the avr directory, thinking about it...)
I wish there was a way to specify which board at the top of the sketch sometimes (or maybe
that exists now, I don't have the latest version)