-
My Onkyo has only 2 zones but like the "offical" Integration it seems this integration has unfortunately generated 4 zones.
I am left with same problem unfortunately. I filed my feature request for…
-
I noticed that this project reserved the crate embassy-avr: https://lib.rs/crates/embassy-avr Does this foretell AVR support in the near future?
-
For the record, I was reading the code to try to understand how it works, and I may be totally wrong. I am no async/threading expert.
For the AVR arch, the `Executor` implementation looks like thi…
-
Can't seem to find the equivalent of `vTaskStartScheduler();`
-
Config:
```{
"server": {
"port": 80,
"origin": "*",
"autostart": 0,
"home_setup_id": "X-HM://00xxxxxY9xxx",
"polling_seconds": 5
},
"client…
-
Hi,
This code:
```rust
#![feature(bench_black_box)]
use core::hint::black_box;
#[inline(never)]
pub fn foo(mut val: T) {
loop {
black_box(&mut val);
}
}
pub fn bar…
-
Thanks for this plugin!
It works great. Could you add a scene switch?
Or does it depend on the AVR model that I have?
-
I cannot integrate my receiver (VSX-822). Whenever I submit the following message appears after it loads for a bit:
![image](https://github.com/user-attachments/assets/c7555ce5-d3a8-44f8-be97-a34c…
-
Running the command in sequence preserves the context. I would expect that each call would create a clean context, like is the case with `run`
Is that normal behavior?
```
await namespace.…
-
This issue serves to track efforts on re-designing the timer API as part of #130. As a first step, I think we should gather a list of "use-cases" that should be supported:
- PWM for LED Brightness…
Rahix updated
2 years ago