fix(esp32h4): fix h4 chip feature

This commit is contained in:
Chen Jichang
2025-03-04 14:25:35 +08:00
committed by Radim Karniš
parent 46a9e31cfe
commit 955943a8ab

View File

@@ -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