Skip to content

set: Handle blobmsg types correctly

Use the appropriate access functions so that endian conversion happens. Do not treat floating point value as integer. Return an actual error on unsupported type instead of false which equals USP_ERR_OK (0).

Merge request reports