Skip to content

Commit

Permalink
provisioning: Add label support for WEM2 and SEB
Browse files Browse the repository at this point in the history
  • Loading branch information
photron committed Nov 13, 2024
1 parent c3615e8 commit 9667e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/print-esp32-label.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

def print_esp32_label(ssid, passphrase, copies, stdout):
# check SSID
if re.match('^(esp32|warp|warp2|warp3|wem)-[{0}]{{3,6}}$'.format(BASE58), ssid) == None:
if re.match('^(esp32|warp|warp2|warp3|wem|wem2|seb)-[{0}]{{3,6}}$'.format(BASE58), ssid) == None:
raise Exception('Invalid SSID: {0}'.format(ssid))

# check passphrase
Expand Down

0 comments on commit 9667e46

Please sign in to comment.