Skip to content

Commit

Permalink
esp32 at 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellner committed Jan 21, 2025
1 parent b70140a commit c71e59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/mcconfig/make.esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endif
PROGRAMMING_VID ?= 303a
PROGRAMMING_PID ?= 1001

EXPECTED_ESP_IDF ?= v5.3.2
EXPECTED_ESP_IDF ?= v5.3.1

# ESP32_SUBCLASS is to find some include files in IDFv4
# values include esp32, esp32s3 and esp32s2
Expand Down
2 changes: 1 addition & 1 deletion tools/mcconfig/nmake.esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ HOST_OS = win
!ENDIF

!IF "$(EXPECTED_ESP_IDF)"==""
EXPECTED_ESP_IDF = v5.3.2
EXPECTED_ESP_IDF = v5.3.1
!ENDIF

!IF "$(VERBOSE)"=="1"
Expand Down

0 comments on commit c71e59c

Please sign in to comment.