Level fix and beep, RSSI avg fix (#2027)

* fix average value being overflow'd
* fix audio and mod changes, preps for beep mode
* fixed beep_freq range, added a stop and set a variable sooner
* added support for audio beep messages
* better scaler for beep
* added bip squelch and saving of bip squelch and audio mode
* saving modulation, fixing audio
* added save and restore of bandwidth
* simpler ctcss clean on change mode
This commit is contained in:
gullradriel 2024-03-23 19:27:05 +01:00 committed by GitHub
parent 1a87f2d701
commit 536981998b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 149 additions and 46 deletions

View file

@ -134,7 +134,7 @@ class Message {
};
struct RSSIStatistics {
uint16_t accumulator{0};
uint32_t accumulator{0};
uint8_t min{0};
uint8_t max{0};
uint16_t count{0};