You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this library using Visual Studio Code, the compiler throws a warning about one of the functions:
Compiling .pio\build\nodemcuv2\src\main.master.cpp.o In file included from src\main.master.cpp:117: .pio\libdeps\nodemcuv2\TaskScheduler\src/TaskScheduler.h:280:17: warning: 'uint32_t _task_micros()' defined but not used [-Wunused-function] 280 | static uint32_t _task_micros() {return micros();} | ^~~~~~~~~~~~
It looks like there's a PR to fix, can you look into fixing this issue?
I'm using the latest TaskScheduler lib version as of today (v3.6.0)
The text was updated successfully, but these errors were encountered:
When using this library using Visual Studio Code, the compiler throws a warning about one of the functions:
Compiling .pio\build\nodemcuv2\src\main.master.cpp.o In file included from src\main.master.cpp:117: .pio\libdeps\nodemcuv2\TaskScheduler\src/TaskScheduler.h:280:17: warning: 'uint32_t _task_micros()' defined but not used [-Wunused-function] 280 | static uint32_t _task_micros() {return micros();} | ^~~~~~~~~~~~
It looks like there's a PR to fix, can you look into fixing this issue?
I'm using the latest TaskScheduler lib version as of today (v3.6.0)
The text was updated successfully, but these errors were encountered: