Home
last modified time | relevance | path

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

/nanopb-3.4.0/generator/
Dplatformio_generator.py99 options_file_current_md5 = None variable
102options_file_current_md5 = hashlib.md5(pathlib.Path(options_file_abs).read_bytes()).hexdigest() variable
126 if last_md5 != options_file_current_md5:
145 pathlib.Path(options_file_md5_abs).write_text(options_file_current_md5)