sblantipodi / arduino_bootstrapper

Utility classes for bootstrapping Arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PaulWieland opened this issue · comments

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.

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

Not stale