# The location where the avr tools (e.g. avr-gcc) are located. Requires a '/' at the end. # Can be empty if all tools are accessable through the search path AVR_TOOLS ...
cfg.spi_host = SPI2_HOST; // 使用するSPIを選択 ESP32-S2,C3 : SPI2_HOST or SPI3_HOST / ESP32 : VSPI_HOST or HSPI_HOST // ※ ESP-IDFバージョンアップに伴い、VSPI_HOST , HSPI_HOSTの記述は非推奨になるため、エラーが出る ...