We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc05792 commit 5520963Copy full SHA for 5520963
esptool/targets/esp32h4.py
@@ -126,7 +126,7 @@ def get_chip_description(self):
126
return f"{chip_name} (revision v{major_rev}.{minor_rev})"
127
128
def get_chip_features(self):
129
- return ["WiFi 6", "BT 5", "IEEE802.15.4"]
+ return ["BLE", "IEEE802.15.4"]
130
131
def get_crystal_freq(self):
132
# ESP32H4 XTAL is fixed to 32MHz
0 commit comments