Skip to content

Commit

Permalink
esptool: Adds a new pkg - ESP32-D0WDR2-V3
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKondrashov committed Mar 29, 2022
1 parent 0d7f322 commit 735a8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esptool.py
Expand Up @@ -1626,6 +1626,7 @@ def get_chip_description(self):
4: "ESP32-U4WDH",
5: "ESP32-PICO-V3" if rev3 else "ESP32-PICO-D4",
6: "ESP32-PICO-V3-02",
7: "ESP32-D0WDR2-V3",
}.get(pkg_version, "unknown ESP32")

# ESP32-D0WD-V3, ESP32-D0WDQ6-V3
Expand Down

0 comments on commit 735a8cc

Please sign in to comment.