From ff17a377cce685fc0fb5d721e25b866014589ada Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:03:03 +0200 Subject: [PATCH] Allow display of revision v0.0 --- tasmota/tasmota_support/support_esp.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota_support/support_esp.ino b/tasmota/tasmota_support/support_esp.ino index aa997af8c..3d57f09cd 100644 --- a/tasmota/tasmota_support/support_esp.ino +++ b/tasmota/tasmota_support/support_esp.ino @@ -1085,18 +1085,19 @@ String GetDeviceHardwareRevision(void) { // ESP32-D0WDQ6 v1.0 // ESP32-C3 v2.0 // ESP32-C3 v3.0 + // ESP32-C6FH4 v0.0 String result = GetDeviceHardware(); // ESP32-C3 esp_chip_info_t chip_info; esp_chip_info(&chip_info); - if (chip_info.revision) { // Only show >rev 0.0 +// if (chip_info.revision) { // Only show >rev 0.0 // idf5 efuse_hal_chip_revision(void) uint32_t chip_revision = chip_info.revision; if (chip_revision < 100) { chip_revision *= 100; } // Make