Fix that when EXT CRYS is configured but not detected, light sleep is still allowed to be used

This commit is contained in:
xiongweichao
2021-08-10 15:51:09 +08:00
parent bdd4b45f6a
commit ba7252d2ea
5 changed files with 28 additions and 30 deletions

View File

@@ -359,7 +359,8 @@ menu "MODEM SLEEP Options"
bool "Internal 150kHz RC oscillator"
depends on ESP32C3_RTC_CLK_SRC_INT_RC
help
Internal 150kHz RC oscillator.
Internal 150kHz RC oscillator. The accuracy of this clock is a lot larger than 500ppm which is required
in Bluetooth communication, so don't select this option in scenarios such as BLE connection state.
endchoice