vortigont/espem

Error while building: expected ';' before ')' token (uint32_t)tp.tv_sec);

adukale opened this issue · 4 comments

File no: main.cpp
Line no: 100
Error: espem\main.cpp:100:24: error: expected ';' before ')' token (uint32_t)tp.tv_sec); ^ espem\main.cpp:100:25: warning: right operand of comma operator has no effect [-Wunused-value] (uint32_t)tp.tv_sec);

I do not have such issue, it builds normally. What's your environment/platformio version?

I am using windows 10 & PlatformIO Core, version 5.1.1

Looks like a windows specific env issue. Should be fixed.
Tnx for reporting.

Thanks.