'getConfig' was not declared in this scope (V2.1.1) - FIXED
-
Hi Guys,
After upgrading to version 2.1.1 from 2.0.0 I'm getting this error... It worked fine before?
I guess something has changed?
-
Fixed, seems in V2.1.1 it changed to "getControllerConfig".
-
Thanks, had the same problem!
-
Thank you
Where can you find these changes?
-
@meanmrgreen in the git history? https://github.com/mysensors/MySensors/commit/92cbd2ac8f49fe2f8cb25726e08aac9ecd597b84
-
Can't find out how to actually fix this error. Any wording to point me in the correct direction?
-
@Newzwaver If I remember correctly you have to change in your sketches from
getConfig()
togetControllerConfig()