mirror of
https://github.com/espressif/esptool.git
synced 2025-10-16 23:06:31 +08:00
fix(esp32h4): fix h4 chip feature
This commit is contained in:

committed by
Radim Karniš

parent
46a9e31cfe
commit
955943a8ab
@@ -127,7 +127,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