Time.now() not working in Timealarms library

Hi @shafeekashraf44

There is a macro definition problem in that ported library. In your code where you include the TimeAlarms library, right after that you need to undefined the problem:

#include "TimeAlarms.h"
#undef now()
3 Likes