Added rssi get_delta, better rssi min graph view

This commit is contained in:
GullCode 2023-03-13 14:03:37 +01:00
parent a7acb37a56
commit f42812c6b4
2 changed files with 15 additions and 5 deletions

View file

@ -49,6 +49,7 @@ public:
int32_t get_min();
int32_t get_avg();
int32_t get_max();
int32_t get_delta();
void set_vertical_rssi(bool enabled);
void set_peak(bool enabled, size_t duration);