pushed
zhengqunkoo/ziptuner • 11:39 AM - Apr 26, 2020
This change removes always-on debug paths and wraps the diagnostic file dumps in #ifdef DEBUG, so normal builds no longer carry extra debug behavior unless it’s explicitly enabled. It also replaces the NEW_API flag with #ifndef OLD_API, making the newer Radio Browser API the default while still preserving compatibility with the legacy path when needed. The result is a tidier configuration model and less accidental debug noise in everyday use.
