Jens-Christian Skibakk
Jens-Christian Skibakk
If I understand you correct, you need to add a implementation of IManagedMqttClientStorage to ManagedMqttClientOptions.Storage. You can look at a simple implementation from the tests, https://github.com/chkr1011/MQTTnet/blob/15d4ee4d68ef7191aab756707717eacf36ee31e0/Tests/MQTTnet.TestApp.NetCore/ManagedClientTest.cs#L75-L101
I can also confirm, it works. Thanks
What hardware are you using? Link to product?
Looks like the SPI implementation needs an small update. If you are lucky, perhaps @nikitakuklev can fix in the branch.
I have the same problem, and a little investigating gave me that Arduino 2.0.2 works, 2.0.3 does not. And probably it's this change in Arduino that's the cause, https://github.com/espressif/arduino-esp32/pull/6259 I'm...
I think I have found the problem. The code uses pinMode extensively to communicate with the one wire devices. I created a test program using Platform IO and fount out...
Tested again, on two units, one with Android 11.0, and one with 7.1 Did a clean checkout of my example before testing, just in case. Both crashes with same error...
> A warning is not enough for the majority of people using regular ESP32. This will need to check the configured `board` and validate based on that. Any tips on...
@jesserockz , this is replaced by https://github.com/esphome/esphome/pull/3997
Updating to Arduino 2.0.3 will break Dallas https://github.com/esphome/issues/issues/3401