좋아요 curl -X POST "http://localhost:8080/api/likes/board/12345?likerId=user-1&isLike=true" 좋아요 취소 curl -X POST "http://localhost:8080/api/likes/board ...
LVGL doesn't provide feature to change log level during runtime, so I had to use lv.log_register_print_cb() to set a python function as the print callback to control log level. But I encountered ...