Skip to content

Commit 9bfd1ca

Browse files
committed
removes unneeded code and comments
1 parent 7d9cbdb commit 9bfd1ca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

builder/esp32.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ def get_partition_file_name(otp):
4040
# SIL_WESP32
4141

4242

43-
'''
44-
# Name, Type, SubType, Offset, Size, Flags
45-
nvs, data, nvs, 0x9000,0x6000
46-
otadata, data, ota, 0xF000,0x2000
47-
phy_init, data, phy, 0x11000,0x1000
48-
ota_0, app, ota_0, 0x12000,0x25A000
49-
ota_1, app, ota_1,0x26C000,0x25A000
50-
vfs, data, fat,0x4C6000,0x33A000
51-
'''
52-
53-
0x10000
54-
5543
class Partition:
5644

5745
def __init__(self, size):

0 commit comments

Comments
 (0)