Closed
Description
New versions of IDE automatically adds #include "Arduino.h" to top of project. This breaks alternate serial libraries such as FastSerial or my SingleSerial which must be included BEFORE standard HardwareSerial.
So there should be checkbox somewhere in settings which can turn off this automatic inclusion.