mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
Rxsat in Level app (#1959)
* added Rx Saturation * testing reducing values to uint8_t * clang format * refactorisation * cleanings * cleanings * set back request_m4_performance_counter to zero on app exit --------- Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
parent
1fbfdbccf8
commit
b5e66387c3
7 changed files with 55 additions and 36 deletions
|
@ -133,10 +133,10 @@ class Message {
|
|||
};
|
||||
|
||||
struct RSSIStatistics {
|
||||
uint32_t accumulator{0};
|
||||
uint32_t min{0};
|
||||
uint32_t max{0};
|
||||
uint32_t count{0};
|
||||
uint16_t accumulator{0};
|
||||
uint8_t min{0};
|
||||
uint8_t max{0};
|
||||
uint16_t count{0};
|
||||
};
|
||||
|
||||
class RSSIStatisticsMessage : public Message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue