This commit is contained in:
Willy-JL
2023-06-17 22:53:36 +01:00
parent c086eab06b
commit 849ae03d24
+1 -1
View File
@@ -1439,7 +1439,7 @@ int32_t nrf24scan_app(void* p) {
if(log_arr_idx == 0)
view_log_arr_idx = 0;
else {
view_log_arr_idx += event.input.type == InputTypeRepeat ? 10 : 1;
view_log_arr_idx += event.input.type == InputTypeRepeat ? 10 : 1;
if(view_log_arr_idx >= log_arr_idx)
view_log_arr_idx = log_arr_idx - 1;
}