Skip to content

set: Handle blobmsg types correctly

Erik Karlsson - Genexis requested to merge (removed):set-blobmsg-types into devel

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