mirror of
https://github.com/espressif/esptool.git
synced 2025-10-14 19:28:40 +08:00
fix(esp32h4): Correct ESP32-H4 chip features
This commit is contained in:
@@ -126,7 +126,7 @@ class ESP32H4ROM(ESP32C3ROM):
|
||||
return f"{chip_name} (revision v{major_rev}.{minor_rev})"
|
||||
|
||||
def get_chip_features(self):
|
||||
return ["WiFi 6", "BT 5", "IEEE802.15.4"]
|
||||
return ["BLE", "IEEE802.15.4"]
|
||||
|
||||
def get_crystal_freq(self):
|
||||
# ESP32H4 XTAL is fixed to 32MHz
|
||||
|
Reference in New Issue
Block a user