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 warning in WiFiManager::debugPlatformInfo for ESP32 #1106

Merged

Conversation

davefiddes
Copy link
Contributor

This fixes an unused variable warning as the call to
heap_caps_get_free_size() is not required.

Tests:

  • Enable debug mode and verify free heap and ESP SDK
    version are correctly displayed
  • Cross check with the free heap reported via the captive
    portal info page

This fixes an unused variable warning as the call to
heap_caps_get_free_size() is not required.

Tests:
 - Enable debug mode and verify free heap and ESP SDK
    version are correctly displayed
 - Cross check with the free heap reported via the captive
    portal info page
@tablatronix
Copy link
Collaborator

Ah yeah that was from before they added the wrappers, thanks

@tablatronix tablatronix merged commit 9e29835 into tzapu:development Nov 19, 2020
@tablatronix tablatronix added the bug Validated BUG label Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Validated BUG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants