I use Arduino Mega and I need to remember to change board from default "Uno" to "Mega" each time I load a .ino file and before compiling.
As this is very annoying for me, I have started to change the source code is order to save the last Arduino used board.
But I have found that BaseDebugger::getInfoInFile allow to specify the desired board in the first line of .ino file:
// SimulIDE Board=Mega
Are this kind of features documented in any place?
As this is very annoying for me, I have started to change the source code is order to save the last Arduino used board.
But I have found that BaseDebugger::getInfoInFile allow to specify the desired board in the first line of .ino file:
// SimulIDE Board=Mega
Are this kind of features documented in any place?