AVSystem / Anjay

C implementation of the client-side OMA LwM2M protocol
Other
188 stars 68 forks source link

add option of passing identity string directly #55

Closed cerkiewny closed 3 years ago

cerkiewny commented 3 years ago

does this work for issue #50?

cerkiewny commented 3 years ago

@kFYatek I think you will have to re-format the patch, I am running into some weird problems, either the clang-format-6.0 doesn't understand some things, or clang-format-10.0 does too much and aligns ifs differently...

kFYatek commented 3 years ago

Rebased, reformatted and merged in https://github.com/AVSystem/Anjay/commit/d5debe4fe3b4b42650d796d7c66bf8d86a7f0ffe. Thanks!