minor refactor

This commit is contained in:
2022-10-01 02:32:34 +02:00
parent bbf000b4b5
commit edd2401244
3 changed files with 170 additions and 147 deletions

View File

@ -42,6 +42,10 @@ struct NGC_HS1_options {
uint8_t default_trust_level /*= 2*/;
bool record_others;
float query_interval_per_peer; // 15.f
size_t last_msg_ids_count; // 5
};
// ========== init / kill ==========