[PR #1749] build Failure on ESP32 Dev Module #1817

Open
opened 2026-02-28 02:13:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1749
Author: @richardsibanda
Created: 7/11/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (3)

📊 Changes

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

View changed files

📝 WiFiManager.cpp (+6 -1)

📄 Description

.pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:150:100: required from here
.pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:3368:23: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t' {aka 'unsigned int'} [-Werror=format=]
_debugPort.printf("[MEM] free: %5lu | max: %5u | frag: %3u%% \n", free, max, frag);
Screenshot 2024-07-12 054453

will not build when i used it for this https://github.com/zivillian/esp32-modbus-gateway.git on esp32 dev module


🔄 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/1749 **Author:** [@richardsibanda](https://github.com/richardsibanda) **Created:** 7/11/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`c267376`](https://github.com/tzapu/WiFiManager/commit/c2673769d9cc711bad38ca9fc489ab14f9f7e561) Update WiFiManager.cpp - [`5a869b6`](https://github.com/tzapu/WiFiManager/commit/5a869b6724f4063b09ee97ca5e9b454665db5c62) Update WiFiManager.cpp - [`5ead5e0`](https://github.com/tzapu/WiFiManager/commit/5ead5e003af08a7af5627a69a8ce8e31a8597eeb) Update WiFiManager.cpp ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+6 -1) </details> ### 📄 Description .pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:150:100: required from here .pio/libdeps/esp32debug/WiFiManager/WiFiManager.cpp:3368:23: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t' {aka 'unsigned int'} [-Werror=format=] _debugPort.printf("[MEM] free: %5lu | max: %5u | frag: %3u%% \n", free, max, frag); ![Screenshot 2024-07-12 054453](https://github.com/user-attachments/assets/d63109c4-7591-4a13-a980-1c3d091ff838) will not build when i used it for this https://github.com/zivillian/esp32-modbus-gateway.git on esp32 dev module --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1817
No description provided.