Skip to content

Commit 5520963

Browse files
committed
fix(esp32h4): Correct ESP32-H4 chip features
1 parent dc05792 commit 5520963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esptool/targets/esp32h4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get_chip_description(self):
126126
return f"{chip_name} (revision v{major_rev}.{minor_rev})"
127127

128128
def get_chip_features(self):
129-
return ["WiFi 6", "BT 5", "IEEE802.15.4"]
129+
return ["BLE", "IEEE802.15.4"]
130130

131131
def get_crystal_freq(self):
132132
# ESP32H4 XTAL is fixed to 32MHz

0 commit comments

Comments
 (0)