Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
PaulWieland opened this issue Oct 24, 2022 · 2 comments
Labels
keep don't stale this issue

Comments

@PaulWieland
Copy link
Contributor

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.

@github-actions
Copy link

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 github-actions bot added the Stale label Nov 24, 2022
@PaulWieland
Copy link
Contributor Author

Not stale

@github-actions github-actions bot added keep don't stale this issue and removed Stale labels Nov 25, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
keep don't stale this issue
Projects
None yet
Development

No branches or pull requests

1 participant