Repo for designs & driver for a TA7642 powered lightning detector

Adjust tuning parameters

+1 -1
+1 -1
embassy-strike-driver/src/lib.rs
··· 146 146 #[cfg(feature = "debug")] 147 147 info!("START: {}", act_value); 148 148 149 - while act_value < 1364 { 149 + while act_value < 1500 { 150 150 duty += 2; 151 151 if duty >= 256 { 152 152 #[cfg(feature = "debug")]