* ProtoView first tests

* Imp

* fix, reset
This commit is contained in:
Totoo
2024-07-29 07:45:56 +02:00
committed by GitHub
parent 96a60e82bc
commit 9211975868
17 changed files with 669 additions and 7 deletions

View File

@@ -58,8 +58,6 @@ class WeatherProcessor : public BasebandProcessor {
bool currentHiLow = false;
bool configured{false};
uint8_t modulation = 255; // 0 AM, 1 FM 255 = Not set
uint8_t protoMode = 255; // 0 weather, 1 subghzd, 255 = Not set
// for threshold
uint32_t cnt = 0;
uint32_t tm = 0;