Improved time pretty-print function

pull/176/head
Mark Qvist 2022-11-23 17:15:46 +01:00
rodzic 9e4ae3c6fe
commit de53a105a4
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -217,7 +217,10 @@ def prettytime(time, verbose=False):
tstr += c
return tstr
if tstr == "":
return "0s"
else:
return tstr
def phyparams():
print("Required Physical Layer MTU : "+str(Reticulum.MTU)+" bytes")