Files
ESP32_Serial_Swiss_Army_Knife/extra_script.py
Commander1024 17520b15b7 Configure clangd for ESP-IDF development
Enable PlatformIO compilation database generation and configure
toolchain discovery for Clang-based editors.
2026-09-07 09:35:37 +02:00

4 lines
65 B
Python

Import("env")
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)