ghnotgood opened a new pull request, #18383: URL: https://github.com/apache/nuttx/pull/18383
It is needed to escape \ itself. ## Summary This is small fix for the documentation. Please, note that I did not test this patch. (I tested the command itself.) I am not completely sure if this depends on the terminal. I use `tio` to connect to the board. If it is terminal-dependent, I am going to add a note to the documentation about that. ## Impact Documentation. ## Testing ``` printf \\x00000001 > /dev/userleds ``` switches on the LED and ``` printf \\x00000000 > /dev/userleds ``` switches the LED off. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
