Persist accelerometer deadzone in NVS across reboots.

Each node saves its local deadzone on UART or ESP-NOW set; pod_settings loads and applies it after BMA456 init.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-19 22:29:00 +02:00
co-authored by Cursor
parent 2e88358c53
commit 5c3cf65bca
7 changed files with 158 additions and 16 deletions
+1
View File
@@ -30,6 +30,7 @@ idf_component_register(
"esp_now_proto.c"
"bosch456.c"
"board_input.c"
"pod_settings.c"
"proto/uart_messages.pb.c"
"proto/esp_now_messages.pb.c"
"proto/pb_encode.c"