Merge fix

This commit is contained in:
Blaž Kristan 2025-02-25 16:01:30 +01:00
parent a66f5d660d
commit a5277ff4a0

View File

@ -21,6 +21,7 @@ make_unique(Args&&... args)
{
return std::unique_ptr<T>(new T(std::forward<Args>(args)...));
}
#endif
// enable additional debug output
#if defined(WLED_DEBUG_HOST)