Merge remote-tracking branch 'xero/dev' into mntm-dev

This commit is contained in:
WillyJL
2025-09-06 03:21:05 +02:00
28 changed files with 1144 additions and 268 deletions
@@ -839,6 +839,10 @@ void byte_input_set_result_callback(
model->callback_context = callback_context;
model->bytes = bytes;
model->bytes_count = bytes_count;
// Zero out the bytes
for(uint8_t i = 0; i < bytes_count; i++) {
model->bytes[i] = 0;
}
},
true);
}