mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'bugfix/otatool_imported_as_lib_v4.1' into 'release/v4.1'
otatool: Fix a crash when imported as external python lib (v4.1) See merge request espressif/esp-idf!13668
This commit is contained in:
@ -102,7 +102,6 @@ class OtatoolTarget():
|
|||||||
def switch_ota_partition(self, ota_id):
|
def switch_ota_partition(self, ota_id):
|
||||||
self._check_otadata_partition()
|
self._check_otadata_partition()
|
||||||
|
|
||||||
sys.path.append(PARTTOOL_DIR)
|
|
||||||
import gen_esp32part as gen
|
import gen_esp32part as gen
|
||||||
|
|
||||||
def is_otadata_info_valid(status):
|
def is_otadata_info_valid(status):
|
||||||
|
Reference in New Issue
Block a user