Merge branch 'feature/module-config' into main (resolved conflicts)
Some checks failed
Build / idf-build (push) Has been cancelled
Some checks failed
Build / idf-build (push) Has been cancelled
This commit is contained in:
@@ -26,3 +26,13 @@ CONFIG_MIMI_WS_SERVER=y
|
||||
CONFIG_MIMI_WIFI_ONBOARD=y
|
||||
# OTA firmware update (not fully implemented)
|
||||
CONFIG_MIMI_OTA=n
|
||||
|
||||
# Brownout Detection: protect against power drops during Flash/NVS writes
|
||||
CONFIG_ESP32S3_BROWNOUT_DET=y
|
||||
CONFIG_ESP32S3_BROWNOUT_DET_LVL_SEL_7=y
|
||||
CONFIG_ESP32S3_BROWNOUT_DET_LVL=7
|
||||
|
||||
# SNTP: enable SNTP support for automatic time sync
|
||||
# NOTE: CONFIG_LWIP_SNTP_MAX_SERVERS may be deprecated in ESP-IDF v6.0
|
||||
# If compilation fails, comment out this line or use the new SNTP component config
|
||||
CONFIG_LWIP_SNTP_MAX_SERVERS=4
|
||||
|
||||
Reference in New Issue
Block a user