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
I have not yet rooted out the source of this problem, but I just started a new project in Platformio and pulled the latest version 1.13.0 of bootstrapper in from the library manager.
When compiling, esp_schedule can't be found:
.pio/libdeps/d1_mini_lite/ArduinoBootstrapper/src/PingESP.cpp: In static member function 'static void PingESP::receivePingCallback(void*, void*)':
.pio/libdeps/d1_mini_lite/ArduinoBootstrapper/src/PingESP.cpp:84:5: error: 'esp_schedule' was not declared in this scope
84 | esp_schedule();
| ^~~~~~~~~~~~
Rolling back to version 1.12.12 works fine.
I see that esp_schedule() is still called by PingESP in the older version of Bootstrapper.
The text was updated successfully, but these errors were encountered:
I have not yet rooted out the source of this problem, but I just started a new project in Platformio and pulled the latest version 1.13.0 of bootstrapper in from the library manager.
When compiling,
esp_schedule
can't be found:Rolling back to version 1.12.12 works fine.
I see that
esp_schedule()
is still called by PingESP in the older version of Bootstrapper.The text was updated successfully, but these errors were encountered: