Skip to content

Commit 239c7bc

Browse files
committed
fix: arduino_alvik.update_firmware cant find stm32_flash
1 parent 8ccf676 commit 239c7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino_alvik/arduino_alvik.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ def update_firmware(file_path: str):
13481348
"""
13491349

13501350
from sys import exit
1351-
from stm32_flash import (
1351+
from .stm32_flash import (
13521352
CHECK_STM32,
13531353
STM32_endCommunication,
13541354
STM32_startCommunication,

0 commit comments

Comments
 (0)