mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1570] cosmetic move WM_DEBUG_LEVEL inside DEBUG_WM #1340
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dontsovcmc on GitHub (Mar 2, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1570
Can't understand why I need add WM_DEBUG_LEVEL everywhere near DEBUG_WM.
We should write something like this:
@tablatronix commented on GitHub (Mar 3, 2023):
Cause I have not gotten to refactoring yet, i thought there was an issue for this..
Could probably even be a template template
I assume the compiler will optimize this out entirely ? I was not sure and have not checked best practices for this yet
@dontsovcmc commented on GitHub (Mar 3, 2023):
Maybe you have "refactoring" issue to write down easy changes?
I found additional "small" enhancement:
HTTPSend copies content variable
right way:
As I have 14k page, I got empty answer, cause there is no additional 14k memory for copy =).
@tablatronix commented on GitHub (Mar 16, 2023):
Thanks catching that, i added that abstraction recently to help with another branch (async) and forgot about it