Skip to content

Commit 955943a

Browse files
Kainarxradimkarnis
authored andcommitted
fix(esp32h4): fix h4 chip feature
1 parent 46a9e31 commit 955943a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esptool/targets/esp32h4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_chip_description(self):
127127
return f"{chip_name} (revision v{major_rev}.{minor_rev})"
128128

129129
def get_chip_features(self):
130-
return ["WiFi 6", "BT 5", "IEEE802.15.4"]
130+
return ["BLE", "IEEE802.15.4"]
131131

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

0 commit comments

Comments
 (0)