deps: bump NimBLE-Arduino floor ^2.2.0 -> ^2.5.0#4
Merged
Conversation
Raise the minimum NimBLE-Arduino version in both the root (esp32-s3 env) and the tailnet-sensor-node demo platformio.ini. Same 2.x major; the existing caret already permitted 2.5.0, this just lifts the floor. Pinned PlatformIO platforms (pioarduino 55.03.35, maxgerhardt platform-raspberrypi), the WireGuard-ESP32 fork, and arduino-wireguard-pico-w are intentionally left untouched. Native host unit tests pass (20/20). NimBLE links only in the hardware envs, so an ESP32-S3 CI/hardware compile should verify the link.
There was a problem hiding this comment.
Pull request overview
Bumps the NimBLE-Arduino dependency floor from ^2.2.0 to ^2.5.0 in the PlatformIO configurations, keeping the rest of the pinned toolchain (platforms and WireGuard forks) unchanged. This supports staying current on the only outdated lib_deps entry while relying on existing CI to validate ESP32/Pico builds.
Changes:
- Update
h2zero/NimBLE-Arduinodependency constraint to^2.5.0in the root CI PlatformIO environment. - Update the same dependency constraint in the demo app’s PlatformIO configuration.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| platformio.ini | Bumps NimBLE-Arduino lib dependency for the ESP32-S3 CI build environment. |
| app/tailnet-sensor-node/platformio.ini | Bumps NimBLE-Arduino lib dependency for the demo app ESP32-S3 build. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Within-major bump of the only outdated lib_dep. The pinned PlatformIO platforms (pioarduino 55.03.35, maxgerhardt platform-raspberrypi) and the WireGuard forks are deliberately untouched — they're pinned on purpose (the registry espressif32 breaks the WG+NimBLE build). Hardware/CI build should verify.
🤖 Generated with Claude Code