Clean up command print/return statements
- 主要语言
- Python
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, the return string for command processing is a bit long and may not be entirely helpful (but maybe the full command should actually be returned for the log). Consider cleaning it up to be more concise.
At present, when an operation is requested (ex "run neopixeltest") and errors out, the full error string is returned. While this is helpful for development, it clutters the display when it returns to the web application. In an ideal situation, the full error message would be logged locally (see #9) and an abbreviated yet explanatory one would be returned to the response topic.
It could also be that we could get rid of logging this in the web app entirely. I'm a little biased towards keeping some amount of feedback because as a user I like to have some idea of why things aren't working.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。