You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/01 12:10:09 UTC

[GitHub] [incubator-nuttx] v01d commented on pull request #3267: xtensa/esp32: Add option to disable raw esp-idf Wi-Fi log format

v01d commented on pull request #3267:
URL: https://github.com/apache/incubator-nuttx/pull/3267#issuecomment-811863170


   I don't think this is the right way to fix the issue. You are conditioning the printing to a very specific case which is not really useful
   to have. The asprintf is also kind of a hack, involving an allocation/de-allocation every time.
   As you mentioned, this problem is on the caller side on ESP32 wifi drivers and must be fixed there.


-- 
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:
users@infra.apache.org