Ben Carr
Ben Carr
I also had this problem, but I've been able to come up with what seems to be a workaround. In general, I would very much agree with these quoted coments...
I've discovered I still had something else running in the background, so while mqtt-io was able to read from the DHT22, it isn't able to setup the DHT22 correctly when...
@whoami730 @1111qqjwbbw I think this branch might work OK for 3.12 (though there might be some other things that don't play nice with it). For 3.13, I'm looking at updating...
@whoami730 @1111qqjwbbw I've set up #579 for the Python 3.13 MAKE_FUNCTION. It's a draft as it builds on top of both this PR and #538
I've discovered I still had something else running in the background, so while mqtt-io was able to read from the DHT22, it isn't able to setup the DHT22 correctly when...
I started looking at CALL_KW and found a bug in my LOAD_ATTR implementation, I put too much inside the if(operand). LOAD_GLOBAL also needs a similar change to put things on...
Thanks for taking a look @whoami730, I had spotted an issue with LOAD_ATTR last night, and I'd completely missed updating LOAD_GLOBAL to work with 3.13. I've pushed a further commit...