fix(esp32h4): Correct ESP32-H4 chip features

This commit is contained in:
Radim Karniš
2025-03-06 20:04:35 +01:00
parent dc05792358
commit 552096328b

View File

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