Skip to content

Commit

Permalink
Merge branch 'feature/littlefs_example_bump_version_lower_idf_version…
Browse files Browse the repository at this point in the history
…' into 'master'

feat: LittleFS example bump version to 1.13.0

Closes IDF-9045

See merge request espressif/esp-idf!28454
  • Loading branch information
adokitkat committed Jan 17, 2024
2 parents e45aea7 + 616573e commit c6520dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/storage/littlefs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(littlefs_example)
2 changes: 1 addition & 1 deletion examples/storage/littlefs/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## IDF Component Manager Manifest File
dependencies:
joltwallet/littlefs: "~=1.10.0"
joltwallet/littlefs: "~=1.13.0"

0 comments on commit c6520dc

Please sign in to comment.