0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++1,854 forks (1,854 forks)batch import
DiscussionGood First Issueenhancement
Repository metrics
- Stars
- 6,023 stars (6,023 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
share the debug instances with param class somehow, inherit etc.
abstract to debug class ?
- DEBUG_WM
- wm_debuglevel_t
- _debugLevel
- _debug
- _debugPort
Contributor guide
- Research direction
- Inspect the current debug implementation in WiFiManager, identify how debug instances are managed, and design a method to share those instances with the parameter class, possibly through inheritance or composition.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C++