Skip to content

Commit

Permalink
feat(update): use v5.2.2 tag of esp-idf (#164) (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
stc1988 committed Jul 29, 2024
1 parent ba45a1c commit 07bf810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/toolbox/setup/esp32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function(): Promise<void> {
const isWindows = OS === "windows_nt"
const ESP_IDF_REPO = 'https://github.com/espressif/esp-idf.git'
const ESP_BRANCH_V4 = 'v4.4.3'
const ESP_BRANCH_V5 = 'v5.1.2'
const ESP_BRANCH_V5 = 'v5.2.2'
const ESP32_DIR = filesystem.resolve(INSTALL_DIR, 'esp32')
const IDF_PATH = filesystem.resolve(ESP32_DIR, 'esp-idf')

Expand Down
2 changes: 1 addition & 1 deletion src/toolbox/update/esp32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { sourceEnvironment } from '../system/exec'
export default async function(): Promise<void> {
const OS = platformType().toLowerCase()
const ESP_BRANCH_V4 = 'v4.4.3'
const ESP_BRANCH_V5 = 'v5.1.2'
const ESP_BRANCH_V5 = 'v5.2.2'
const ESP32_DIR = filesystem.resolve(INSTALL_DIR, 'esp32')
const IDF_PATH = filesystem.resolve(ESP32_DIR, 'esp-idf')

Expand Down

0 comments on commit 07bf810

Please sign in to comment.