philbowles / h4plugins

Adds GPIO handling, WiFi, MQTT, Webserver to H4 timer/scheduler. Multi-Platform plugins adding everything needed to create your own multi-function IOT firmware.
46 stars 17 forks source link

Compilation fails due to timekeeping #3

Closed kebasaa closed 4 years ago

kebasaa commented 4 years ago

Hi,

I've installed the libraries that are mentioned in the Readme file, but compilation fails. Could you please help with it? Am I missing a library for timekeeping?

.\Arduino\libraries\h4plugins-master\src\H4P_Timekeeper.cpp: In member function 'uint32_t H4P_Timekeeper::__alarmCore(std::vector<std::basic_string<char> >, bool, H4BS_FN_SWITCH)':
.\Arduino\libraries\h4plugins-master\src\H4P_Timekeeper.cpp:68:71: error: 'TAG' was not declared in this scope

         },msDue,daily ? msDue:0,H4Countdown(1),nullptr,TAG(daily ? 7:3));
philbowles commented 4 years ago

Apologies for the delay and apologies for the bug - its fixed in v0.5.5 just released. I'd be very happy if you would try again - also you will get quicker responses in future here

kebasaa commented 4 years ago

Thanks, I just tested it. I'm still getting the same error.

I don't have facebook, so connecting there is a bit hard.