mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
esp32s2beta: Updated the beta chip version config to match the markings
This commit is contained in:

committed by
Angus Gratton

parent
5ffb42b4dd
commit
1f62d4be74
@@ -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
|
||||
|
Reference in New Issue
Block a user