mirror of
https://github.com/esphome/esphome.git
synced 2026-05-30 15:28:34 +08:00
[nrf52] enable nrf52 test (#11379)
This commit is contained in:
@@ -290,6 +290,7 @@ def show_logs(config: ConfigType, args, devices: list[str]) -> bool:
|
|||||||
address = ble_device.address
|
address = ble_device.address
|
||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
if is_mac_address(address):
|
if is_mac_address(address):
|
||||||
asyncio.run(logger_connect(address))
|
asyncio.run(logger_connect(address))
|
||||||
return True
|
return True
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
nrf52:
|
||||||
|
# it is not correct bootloader for the board
|
||||||
|
bootloader: adafruit_nrf52_sd140_v6
|
||||||
Reference in New Issue
Block a user