Revert "Merge branch 'update/littlefs_demo_example_v5.1' into 'release/v5.1'"

This reverts merge request !28452
This commit is contained in:
Martin Vychodil
2024-03-06 21:14:09 +08:00
committed by Martin Vychodil
parent 37c5d1a6cf
commit 0cbe0e0e5f
11 changed files with 0 additions and 229 deletions

View File

@@ -9,9 +9,6 @@
#
# SPDX-FileCopyrightText: 2016-2021 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
from __future__ import division, print_function, unicode_literals
import argparse
import binascii
import errno
@@ -71,7 +68,6 @@ SUBTYPES = {
'esphttpd': 0x80,
'fat': 0x81,
'spiffs': 0x82,
'littlefs': 0x83,
},
}