-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32: Add bridge app example to ESP32 #8368
Conversation
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 67 to 77 in fa94d0d
This comment was generated by todo based on a
|
fa94d0d
to
6b33427
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 67 to 77 in 6b33427
This comment was generated by todo based on a
|
6b33427
to
24f3bbc
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 67 to 77 in 24f3bbc
This comment was generated by todo based on a
|
24f3bbc
to
239dede
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 67 to 77 in 239dede
This comment was generated by todo based on a
|
239dede
to
d6c7bb9
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 67 to 77 in d6c7bb9
This comment was generated by todo based on a
|
d6c7bb9
to
f0f071e
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 67 to 77 in f0f071e
This comment was generated by todo based on a
|
f0f071e
to
e6d60d5
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 67 to 77 in e6d60d5
This comment was generated by todo based on a
|
@sweetymhaiske Please add the actual controller commands in the Testing section. |
e6d60d5
to
d76720d
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 70 to 80 in e020577
This comment was generated by todo based on a
|
@bzbarsky-apple PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for addressing most of the issues!
The two problems remaining are:
- This is still adding yet another copy/paste of
ToZclCharString
instead of putting it as a utility somewhere shared. I'd really prefer for this to be fixed before merging this, but can probably live with a commitment to do it immediately after this merges. - No tests. Followup for this, I guess, since testing on-device things is not trivial.
e020577
to
4cf8219
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 70 to 80 in 4cf8219
This comment was generated by todo based on a
|
|
4cf8219
to
fdca9cc
Compare
(cecille): Fix for the case where BLE and SoftAP are both enabled.`connectedhomeip/examples/bridge-app/esp32/main/CHIPDeviceManager.cpp Lines 70 to 80 in fdca9cc
This comment was generated by todo based on a
|
@bzbarsky-apple PTAL |
@andy31415 are your comments here addressed? |
@andy31415 Please help to get this merge. |
This reverts commit 1ef0443.
@sweetymhaiske Should this new app have a README.md explaining how to build and whatnot? |
@sweetymhaiske And shouldn't |
Problem
Change overview
Testing
command 1
output 1
command 2
output 2