mirror of
https://github.com/meshtastic/python.git
synced 2026-01-06 14:57:58 -05:00
fix #95, somehow a S got inserted ;-) (thanks @jfirwin)
This commit is contained in:
@@ -64,7 +64,7 @@ trueTerms = {"t", "true", "yes"}
|
||||
falseTerms = {"f", "false", "no"}
|
||||
|
||||
|
||||
def genPSKS256():
|
||||
def genPSK256():
|
||||
return os.urandom(32)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user