vrahane commented on issue #2081: Reboot log entry should not be in CBOR when printed on console URL: https://github.com/apache/mynewt-core/pull/2081#issuecomment-550525349 I spoke to @ccollins476ad but just for the record I'll also mention this here. `cbor_value_to_pretty()` prints an underscore `_` if the length of the value is unknown. `encoding/tinycbor/src/cborpretty.c` ``` 278 if (!cbor_value_is_length_known(it)) { 279 if (fprintf(out, "_ ") < 0) 280 return CborErrorIO; 281 } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
