I attached the code in a file as it is too large to post. Thanks for the help.
[/quote]
ProjectEngineering.ino (5.31 KB)
I attached the code in a file as it is too large to post. Thanks for the help.
[/quote]
ProjectEngineering.ino (5.31 KB)
Also look at the line ABOVE the one its pointing to.
You'd be wise to spend some time properly formatting all of your braces.
The IDE's Auto- format may not help (it objects to wrong number of (){} etc) However download (for example) netbeans, re name the .ino to .cpp and use netbeans C editor it will show you the error. Netbeans is free.
Mark
OT
Is there an option to change the TAB size in IDE?
The tab stops are defined in the preferences.txt file under your user profile. The IDE preferences window gives you the full path to that file. The default tab stops are defined as:
editor.tabs.size=2
Thanks PeterH,
the old man missed the gray text
Vaclav