Home
last modified time | relevance | path

Searched refs:VERSION2 (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py97 VERSION2 = 0xFE variable in Page
116 if version == Page.VERSION2:
117 page_header[8] = Page.VERSION2
381 if not (self.version == Page.VERSION2 and encoding in ['hex2bin', 'binary', 'base64']):
389 if self.version == Page.VERSION2:
409 if self.version == Page.VERSION2 and (encoding in ['hex2bin', 'binary', 'base64']):
896 args.version = Page.VERSION2