Ver código fonte

Text feedback correction Undervoltage

master
Dirk Alders 11 meses atrás
pai
commit
a117442072
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      check_raspi_voltage

+ 1
- 1
check_raspi_voltage Ver arquivo

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

Carregando…
Cancelar
Salvar