I have a project based on light_switch example of mesh sdk 2.1.1 now I am migrating to 2.2.0. I mean I have copied entire project from 2.1.1 in 2.2.0
I found this link for migration. I learned that ticker.c has been removed from 2.2.0. How should I handle this? I mean should I just remove ticker.c and ticker.h from my project? or should I add it from 2.1.1?