mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-18 19:36:11 +02:00
0.8.102 - 2024-04-01
* fix NTP for `opendtufusion` #1542 * fix scan WiFi in AP mode
This commit is contained in:
parent
2a4c83647a
commit
bcc52c793c
14 changed files with 44 additions and 46 deletions
|
@ -35,6 +35,6 @@ def check(inp, lst, pattern):
|
|||
return out
|
||||
|
||||
def conv(inp, lst):
|
||||
print(lst)
|
||||
#print(lst)
|
||||
out = check(inp, lst, r'\/\*(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\*\/')
|
||||
return check(out, lst, r'\<\!\-\-(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\-\-\>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue