mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
partition table: Fix comment at top of gen_esp32part.py
This commit is contained in:
parent
22c3877183
commit
24cfe78962
@ -4,7 +4,8 @@
|
|||||||
#
|
#
|
||||||
# Converts partition tables to/from CSV and binary formats.
|
# Converts partition tables to/from CSV and binary formats.
|
||||||
#
|
#
|
||||||
# See the sdkng README.md file for details about how to use this tool.
|
# See http://esp-idf.readthedocs.io/en/latest/partition-tables.html for explanation of
|
||||||
|
# partition table structure and uses.
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
Loading…
x
Reference in New Issue
Block a user