WiFiUDF Low memory fix (#8065)
Fixed library crash on low memory where `new char[1460];` throws an exception. `malloc` is a safe drop in replacement.
Showing
Please register or sign in to comment
Fixed library crash on low memory where `new char[1460];` throws an exception. `malloc` is a safe drop in replacement.