mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-05 01:11:12 +02:00
Update system.py
This commit is contained in:
@@ -413,7 +413,6 @@ for device in channel_list:
|
||||
interface = globals().get(f'interface{interface_id}')
|
||||
for channel_name, channel_number in device["channels"].items():
|
||||
psk_base64 = "AQ==" # default PSK
|
||||
print( f"Channel Name: {channel_name}, Channel Number: {channel_number}, PSK: {psk_base64}")
|
||||
channel_hash = generate_hash(channel_name, psk_base64)
|
||||
# add hash to the channel entry in channel_list under key 'hash'
|
||||
for entry in channel_list:
|
||||
|
||||
Reference in New Issue
Block a user