Closed
Description
I have encountered one of the biggest problems: developing code on two different boards at the same time. Every time I change board I must set everything up again so I've got an idea:
- Every window with code can have independent board settings and Serial Monitor (SM wouldn't be critical but would be nice)
- Save current device settings (like baudrate, COM port, clock frequency)
Or (somebody posted this before) add preprocessor command so device can be identified and configured "on the go" in the sketch.