Steve Grau
Steve Grau
https://github.com/project-chip/connectedhomeip/blob/2cc09d8c7fae46a8edabc54097f6c85b879fb657/src/app/util/config.h#L86 gen_tokens.h was dropped by commit 910218a5b3dc940d46b84503305de521d9ae30da. I get a compile error here if I remove the previously generated gen_tokens.h file from my project.
https://github.com/project-chip/connectedhomeip/blob/0c2f7c6c09e8542c18da5e4e64cc48545571a384/src/app/clusters/level-control/level-control.cpp#L343 There are 15 instances of "%p" in this file that should be "%s". In most instances there is also a missing space so "%p" should be "%s "
With IDF v4.3.1 bonding doesn't work on the ESP32-C3 while it does work with the same code running on the ESP32. I've determined the that it isn't working because on...