Skip to content

Commit

Permalink
add OEM variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 11, 2023
1 parent 3295524 commit ecf68e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions esptool/targets/esp32.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ def get_chip_description(self):

chip_name = {
0: "ESP32-S0WDQ6" if single_core else "ESP32-D0WDQ6",
1: "ESP32-S0WD" if single_core else "ESP32-D0WD",
2: "ESP32-D2WD",
1: "ESP32-S0WDQ5" if single_core else "ESP32-D0WDQ5",
2: "ESP32-S2WDQ5" if single_core else "ESP32-D2WDQ5",
3: "ESP32-S0WD-OEM" if single_core else "ESP32-D0WD-OEM",
4: "ESP32-U4WDH",
5: "ESP32-PICO-V3" if rev3 else "ESP32-PICO-D4",
6: "ESP32-PICO-V3-02",
Expand Down

0 comments on commit ecf68e6

Please sign in to comment.