Battery measurement, basic version

This commit is contained in:
2026-05-19 17:08:00 +02:00
parent dd51f45084
commit 52bab32309
19 changed files with 611 additions and 17 deletions

View File

@@ -1,9 +1,3 @@
### Bluetooth
CONFIG_BLE_MGMT=y
### Audio
CONFIG_BUZZ_AUDIO=n
### Error handling
CONFIG_HW_STACK_PROTECTION=y
CONFIG_RESET_ON_FATAL_ERROR=y
@@ -11,6 +5,9 @@ CONFIG_RESET_ON_FATAL_ERROR=y
### Power management
CONFIG_PM_DEVICE=y
### Boot banner
CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING="Edis Buzzer"
### Stack
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_BT_RX_STACK_SIZE=4096