Jonathan Bennett

Results 191 comments of Jonathan Bennett

This sounds so good. Looking forward to giving it a closer look, and thinking about how to integrate!

> > The problem is that all I2C communication to the IO expander fails with timeout error (263). > > > Reason for the non-functional I2C seems lovyanGFX. I've seen...

The most straightforward way to try fixing this is to remove the old package, and install latest with pip.

I'm actually a +1 on adding the file to the source, even if it's not much more than a link to the web docs.

@caveman99 I totally agree, and spent several hours trying to do exactly that, and failed to find the magic incantation to make it work. I'm sure it's possible, but this...

Seems like this is probably fixed. Please re-open if it's still an issue.

> CI / build-esp32 (tlora-v1) / build-esp32 (pull_request_target) - failed due to a timeout of github API, appears to be unrelated to code. Bravo on the work. I've poked CI...

Looks like pubSub.loop() at https://github.com/meshtastic/firmware/blob/master/src/mqtt/MQTT.cpp#L413 is always returning false, even though it should be connected. Very possibly an issue with Portduino's fake WiFiClient implementation.

@blu006 You could open a PR with some reasonable debug calls added. The CI will push out armhf and arm64 builds.

@blu006 We might be able to query pubsub's state() call to get the reason, as per https://pubsubclient.knolleary.net/api#state