浏览代码

Text feedback correction Undervoltage

master
Dirk Alders 11 个月前
父节点
当前提交
a117442072
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      check_raspi_voltage

+ 1
- 1
check_raspi_voltage 查看文件

@@ -37,4 +37,4 @@ if __name__ == "__main__":
37 37
     else:
38 38
         status = n.OK
39 39
     #
40
-    n.exit(status, f"Overtemperature state ({throttled})")
40
+    n.exit(status, f"Undervoltage state ({throttled})")

正在加载...
取消
保存