Timo

Results 2 issues of Timo

The following code ```rust let x: Tensor = Tensor::from_floats([f32::NEG_INFINITY], &Default::default()) .clamp_min(-1e8); assert!(x.into_scalar() >= -1e8); ``` currently panics (even though it clearly should not). Note that this *does* work correctly when...

bug

I would like to initialize the Wifi interface in ApSta mode and later disable the access point (and switch to Sta mode). This is so that the device can be...

package:esp-wifi