feat(slave_node): Add HSI clock configuration and cleanup

Adds a commented-out clock configuration to the  file. This allows switching the clock source from the external high-speed oscillator (HSE) to the internal high-speed oscillator (HSI), which can be useful if an external crystal is not present.

Also, removes the debug log level for the settings subsystem from the project configuration.
This commit is contained in:
2025-07-08 15:06:31 +02:00
parent 537d76ef5d
commit edf0fb2563
2 changed files with 21 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ CONFIG_NVS=y
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_SETTINGS_LOG_LEVEL_DBG=y
# Config modbus
CONFIG_UART_INTERRUPT_DRIVEN=y