Add accelerometer deadzone via UART and ESP-NOW.

Filter BMA456 logs by configurable LSB threshold; master can set deadzone
for local sensor or slaves using ACCEL_DEADZONE (UART) and ESP-NOW broadcast
until unicast delivery is restored.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-18 23:06:25 +02:00
co-authored by Cursor
parent e5db0b21c7
commit ee38ce551a
24 changed files with 838 additions and 73 deletions
+1
View File
@@ -16,6 +16,7 @@ idf_component_register(
"cmd_handler.c"
"cmd_version.c"
"cmd_client_info.c"
"cmd_accel_deadzone.c"
"client_registry.c"
"esp_now_comm.c"
"esp_now_proto.c"