esp32s2beta: Updated the beta chip version config to match the markings

This commit is contained in:
Angus Gratton
2019-10-25 17:33:39 +11:00
committed by Angus Gratton
parent 5ffb42b4dd
commit 1f62d4be74
2 changed files with 7 additions and 6 deletions

View File

@@ -11,17 +11,18 @@ menu "ESP32S2-specific"
help
There are three versions of ESP32-S2 beta chip with different Wi-Fi PHY: A, B and Marlin3.
The correct setting is required for Wi-Fi to work correctly. If unsure which version you
have, please contact Espressif.
This setting must match the chip for Wi-Fi to work correctly. You can determine
the chip version by reading the markings on top of the chip. It will be one of the
three options given here.
The Wi-Fi performance of Marlin3 is the best among the three versions of chip.
config ESP32S2_BETA_VERSION_A
bool "Version A"
bool "Chip7.2.2-A"
config ESP32S2_BETA_VERSION_B
bool "Version B"
bool "Chip7.2.2-B"
config ESP32S2_BETA_VERSION_MARLIN3
bool "Version Marlin3"
bool "Marlin3-B2 or Marlin3-B3"
endchoice
choice ESP32S2_DEFAULT_CPU_FREQ_MHZ