build pass for esp32c6, added dependencies.lock

This commit is contained in:
Shailen Sobhee 2026-04-05 21:06:48 +02:00
parent 7524ce1d60
commit 25f6195bbc
8 changed files with 359 additions and 12 deletions

View file

@ -158,7 +158,7 @@ bool ConfigSettings::begin() {
case esp_chip_model_t::CHIP_ESP32C3:
strcpy(this->chipModel, "c3");
break;
#ifdef CHIP_ESP32C6
#ifdef CONFIG_IDF_TARGET_ESP32C6
case esp_chip_model_t::CHIP_ESP32C6:
strcpy(this->chipModel, "c6");
break;