If compile complaints about problems in Async web/tcp/ever files and relates this to Time then
- The problem comes from updated Time library. To fix this (workaround):
1. rename file Time.h to _Time.h in library directory c:\Users\your_user\.platformio\lib\Time_ID44
2. Edit Time.cpp, replacing Time.h with _Time.h.
3. Delete .pio folder in your project
(
Read more... )