I have this minimal C++ class which was working in Arduino IDE 1.8.2 but now in 1.8.7 it gives an error.
I can't have two function in the same scope which is called 'setup' but the other one in this example is inside a class and thus should be out of scope, or what?
In my project I just did a renamed s/setup/Setup/ and it was working again but I really want to know were the problem is.