upgrade to esp-clang prebuilt 19.1.2_20250820

This commit is contained in:
Li Jie
2025-08-21 14:12:57 +08:00
parent 246278ff80
commit 50a2650e67

View File

@@ -36,8 +36,8 @@ type Export struct {
const wasiSdkUrl = "https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/wasi-sdk-25.0-x86_64-macos.tar.gz"
const (
espClangBaseUrl = "https://github.com/goplus/espressif-llvm-project-prebuilt/releases/download/19.1.2_20250819"
espClangVersion = "19.1.2_20250819"
espClangBaseUrl = "https://github.com/goplus/espressif-llvm-project-prebuilt/releases/download/19.1.2_20250820"
espClangVersion = "19.1.2_20250820"
)
func cacheDir() string {