arduino_bootstrapper icon indicating copy to clipboard operation
arduino_bootstrapper copied to clipboard

1.13.0 ESP8266 compile error: PingESP.cpp:84:5: error: 'esp_schedule' was not declared in this scope

Open PaulWieland opened this issue 3 years ago • 2 comments
trafficstars

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.

PaulWieland avatar Oct 24 '22 13:10 PaulWieland

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] avatar Nov 24 '22 00:11 github-actions[bot]

Not stale

PaulWieland avatar Nov 24 '22 01:11 PaulWieland