platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
234 stars 323 forks source link

Fix sample code #312

Closed ferm10n closed 11 months ago

ferm10n commented 11 months ago
CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

valeros commented 11 months ago

Many thanks, merged!

ferm10n commented 11 months ago

@valeros I tried compiling with the changes you made, but I'm getting an error saying CONFIG_ESP_WIFI_CHANNEL isn't defined. Any ideas why? Were you able to build that sample project on your end? I was able to build mine.

I've been having a heck of a time trying to get a working environment, and I'm pretty sure it has something to do with the versions of packages platformio is installing are different from what these getting started guides are built for. Maybe it'd be smart for the docs to call out the versions? Or set up CI to test the examples in the docs continue to build?

valeros commented 11 months ago

@ferm10n My bad, forget to update this value before committing. Thanks for pointing it out.