Rename ignore duplicates to remove duplicates

This commit is contained in:
Willy-JL
2023-12-10 14:01:18 +00:00
parent 8a15bc6397
commit 46a6a833e8
6 changed files with 22 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ typedef struct {
bool timestamp_file_names;
uint32_t gps_baudrate;
bool enable_hopping;
bool ignore_duplicates;
bool remove_duplicates;
uint32_t ignore_filter;
uint32_t filter;
float rssi;