-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: PreprocessorThe Arduino sketch preprocessor converts .ino files into C++ code before compilationThe Arduino sketch preprocessor converts .ino files into C++ code before compilationIDE 1.9.x BetaRelated to the Arduino IDE Beta BuildRelated to the Arduino IDE Beta BuildType: Bug
Description
All my sketches use multiple tab’s (multiple .ino files) to separate specific functions and make the code readable.
This works great with pré 1.9.0 IDE. All the .ino files are concatenated before send to the compiler. But not 1.9.0-beta.
What am I missing?
Will this be corrected in future releases of 1.9?
Metadata
Metadata
Assignees
Labels
Component: PreprocessorThe Arduino sketch preprocessor converts .ino files into C++ code before compilationThe Arduino sketch preprocessor converts .ino files into C++ code before compilationIDE 1.9.x BetaRelated to the Arduino IDE Beta BuildRelated to the Arduino IDE Beta BuildType: Bug