
In the docs, I read about the option to tweak IRAM allocation. However, I do not see those options in my Arduino installation. I have tried switching between esp8266 versions 2.0 - 3.0 in board manager but the option is not available in any of them. Is the doc referencing a pre-2.0 version?
Without boring anyone with too much detail, I am using the ArduinoJSON library to parse some JSON files and it derps out on fringe cases when a file gets too lengthy. I can't be sure, but based on research I think the ability to increase IRAM allocation to 48KB may help my situation.
Thanks in advance for your insights on this!