[PR #1106] [MERGED] Fix warning in WiFiManager::debugPlatformInfo for ESP32 #1712

Closed
opened 2026-02-28 02:12:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1106
Author: @davefiddes
Created: 8/13/2020
Status: Merged
Merged: 11/19/2020
Merged by: @tablatronix

Base: developmentHead: fix-warning-in-debugplatforminfo


📝 Commits (1)

  • fac59e1 Fix warning in WiFiManager::debugPlatformInfo for ESP32

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 WiFiManager.cpp (+0 -1)

📄 Description

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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1106 **Author:** [@davefiddes](https://github.com/davefiddes) **Created:** 8/13/2020 **Status:** ✅ Merged **Merged:** 11/19/2020 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `development` ← **Head:** `fix-warning-in-debugplatforminfo` --- ### 📝 Commits (1) - [`fac59e1`](https://github.com/tzapu/WiFiManager/commit/fac59e1982aef5c1bcb5c1d5edbcab7aa4df7039) Fix warning in WiFiManager::debugPlatformInfo for ESP32 ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+0 -1) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:12:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1712
No description provided.