Conor Taylor

Results 4 comments of Conor Taylor

I'm currently working around this issue using the following mitigation: ```diff diff --git a/simavr/sim/avr_twi.c b/simavr/sim/avr_twi.c index 521c03c..649b635 100644 --- a/simavr/sim/avr_twi.c +++ b/simavr/sim/avr_twi.c @@ -319,7 +319,7 @@ avr_twi_write( if (p->peer_addr &...

Thanks for taking a look. Is it possible that simavr's twi module is only designed to work with firmware that uses an interrupt-driven twi integration? It seems incorrect that TWINT...

Why return it? Who's going to look at the return value?

When you run wifibully, just before it fails you should get a log like: ``` Creating monitoring interface on channel $CHANNEL ``` Could you use the `$CHANNEL` that is output...