ソースを参照

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})")

読み込み中…
キャンセル
保存