Markus Frey
Markus Frey
I like this pull request. This also solves the no_log problem in the `pdbedit` command exection (and therefore #53) and also does not cause accidential variable expansion when the password...
According to the [docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/i2c.html#_CPPv420i2c_master_cmd_begin10i2c_port_t16i2c_cmd_handle_t10TickType_t) the error code -1 is returned when the client does not ACK the transfer. Since it works with another library, I assume that the problem lies...
The I2C drivers of ESP-IDF do not allow for different frequencies on the same I2C port. So if you are using the same port, you will have to use the...
Can you paste the log output?
Have you enabled PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY? Maybe the stack is overflowing.
That was quick. :) Can you decode the exception?
Are you using Arduino-IDE or PlatformIO?
Okay, then take a look here on how to setup a filter to decode the messages: https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html#cmd-device-monitor-filters
Thanks for providing the decoded trace. I think I'll have to pass at this point. For me it looks like the issue is not directly caused by Homie but either...
Please feel free to create a pull request changing the behaviour of the limits to use defines. Regarding your second issue: You could patch the config the following way: ```...