Browse Source

esp32c2: fixed chip revision of ECO2

Michael (XIAO Xufeng) 3 năm trước cách đây
mục cha
commit
9aec53e83f
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      components/esp_hw_support/port/esp32c2/Kconfig.hw_support

+ 3 - 3
components/esp_hw_support/port/esp32c2/Kconfig.hw_support

@@ -11,14 +11,14 @@ choice ESP32C2_REV_MIN
 
     config ESP32C2_REV_MIN_1
         bool "Rev v1.0 (ECO1)"
-    config ESP32C2_REV_MIN_2
-        bool "Rev v2.0 (ECO2)"
+    config ESP32C2_REV_MIN_1_1
+        bool "Rev v1.1 (ECO2)"
 endchoice
 
 config ESP32C2_REV_MIN_FULL
     int
     default 100 if ESP32C2_REV_MIN_1
-    default 200 if ESP32C2_REV_MIN_2
+    default 101 if ESP32C2_REV_MIN_1_1
 
 config ESP_REV_MIN_FULL
     int