-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
OTA Library adjust #10627
OTA Library adjust #10627
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files 56 suites 4m 18s ⏱️ Results for commit 4699b02. ♻️ This comment has been updated with latest results. |
@lucasssvaz - The C6 and H2 CI error doesn't seem correct. I can find https://github.com/espressif/arduino-esp32/actions/runs/11921252652/job/33224986562?pr=10627 $ find . -name esp_zigbee_core.h -print 2> /dev/null
./tools/esp32-arduino-libs/esp32/include/espressif__esp-zigbee-lib/include/esp_zigbee_core.h
./tools/esp32-arduino-libs/esp32c3/include/espressif__esp-zigbee-lib/include/esp_zigbee_core.h
./tools/esp32-arduino-libs/esp32c6/include/espressif__esp-zigbee-lib/include/esp_zigbee_core.h
./tools/esp32-arduino-libs/esp32h2/include/espressif__esp-zigbee-lib/include/esp_zigbee_core.h
./tools/esp32-arduino-libs/esp32s2/include/espressif__esp-zigbee-lib/include/esp_zigbee_core.h
./tools/esp32-arduino-libs/esp32s3/include/espressif__esp-zigbee-lib/include/esp_zigbee_core.h |
Master branch has out of date libs that does not include zigbee. Just ignore this |
Description of Change
General revision of OTA Arduino Library.
Tests scenarios
Example using ESP32, ESP32-S3
Testing using CI
Related links
None