mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
215c23f2a6
The length of diag output messages is limited by the diag buffer size. Developers have to change the diag buffer size to allow diag module to output long messages. If diag output messages become longer and longer, developers have to keep changing the diag buffer size. This commit adds an output callback to diag module to output diag messages. Then the length of diag output messages won't be limited by the diag buffer size.