소스 검색

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

Loading…
취소
저장