feat(esp32p4): make revision v0.1 the default version

This commit is contained in:
Xiao Xufeng
2024-06-17 12:00:33 +08:00
committed by Michael (XIAO Xufeng)
parent 3c9cd354ec
commit 792b3079b9

View File

@@ -1,6 +1,6 @@
choice ESP32P4_REV_MIN
prompt "Minimum Supported ESP32-P4 Revision"
default ESP32P4_REV_MIN_0
default ESP32P4_REV_MIN_1
help
Required minimum chip revision. ESP-IDF will check for it and
reject to boot if the chip revision fails the check.