Error while building: expected ';' before ')' token (uint32_t)tp.tv_sec);
adukale opened this issue · 4 comments
adukale commented
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);
vortigont commented
I do not have such issue, it builds normally. What's your environment/platformio version?
adukale commented
I am using windows 10 & PlatformIO Core, version 5.1.1
vortigont commented
Looks like a windows specific env issue. Should be fixed.
Tnx for reporting.
adukale commented
Thanks.