tangled
alpha
login
or
join now
sachy.dev
/
strike-sensor
0
fork
atom
Repo for designs & driver for a TA7642 powered lightning detector
0
fork
atom
overview
issues
pulls
pipelines
Adjust tuning parameters
sachy.dev
1 month ago
8113ef61
f5866bc4
0/1
test.yml
failed
15s
+1
-1
1 changed file
expand all
collapse all
unified
split
embassy-strike-driver
src
lib.rs
+1
-1
embassy-strike-driver/src/lib.rs
···
146
146
#[cfg(feature = "debug")]
147
147
info!("START: {}", act_value);
148
148
149
149
-
while act_value < 1364 {
149
149
+
while act_value < 1500 {
150
150
duty += 2;
151
151
if duty >= 256 {
152
152
#[cfg(feature = "debug")]