Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix define for ESP32_RTOS and RTOS task function #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lekkimworld
Copy link

The define for ESP32_RTOS must have a value for it to be picked up (at least in platformio). Fix the name of the defined rtos task function and ensure the task never returns (fixes brownout issue on ESP32).

…t least in platformio). Fix the name of the defined rtos task function and ensure the task never returns (fixes brownouut issue).
@Vincent-Stragier
Copy link
Contributor

Hello @lekkimworld,

Actually I'm trying to address the same issue in PR #10, as discuted in issue #8. Can you try the code from my fork to see if PIO is compatible with my changes or if adding a value to the define is necessary. Also, apparently the Telnet version is not working...

Best,
Vincent

@lekkimworld
Copy link
Author

@2010019970909 yeah looks like we're addressing the same issue. I'm fine to close my PR as long as your PR gets merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants