mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
cc256x: fix python warning
This commit is contained in:
parent
4ca3286f5c
commit
9f731d58ce
@ -312,7 +312,7 @@ if 'cc256x_bt_service_pack_2.8_ant_1.16' in name_lower:
|
||||
aka = "6.6.15"
|
||||
|
||||
# use AKA from .bts file that it
|
||||
name_parts = re.match('.*TIInit_(\d*\.\d*\.\d*).*.bts', main_bts)
|
||||
name_parts = re.match(r'.*TIInit_(\d*\.\d*\.\d*).*.bts', main_bts)
|
||||
if name_parts:
|
||||
aka = name_parts.group(1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user