From 3dd247e694aab95dc3261d6403f026873b20df43 Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:35:51 +0800 Subject: [PATCH] Updated Debug with serial (markdown) --- Debug-with-serial.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Debug-with-serial.md b/Debug-with-serial.md index 44f2fad..344d61b 100644 --- a/Debug-with-serial.md +++ b/Debug-with-serial.md @@ -59,4 +59,7 @@ asyncmsg enable ``` help ``` -* MayhemHub currently not support real-time serial command communication. Use others. \ No newline at end of file +* MayhemHub currently not support real-time serial command communication. Use others. + +# linking error +It’s possible that the object you are printing isn’t implemented yet (e.g. color obj). If you would like, feel free to implement it by editing usb_serial_asyncsg.cpp and hpp files. \ No newline at end of file