[esphome] Modernise board spec and remove legacy platformio/BLE config#61
Conversation
- esp32: board -> variant: esp32c3 + flash_size: 4MB - Remove platformio_options board_build.flash_mode from all device YAMLs - MSR-2_Factory: remove legacy BLE on_connect/on_disconnect wifi hooks
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Version: 25.8.12.1
What does this implement/fix?
Ports the non-breaking modernisation changes from MTR-1 PR #74 to the MSR-2 (
web_server: version: 3was already present):Core.yamlesp32: replacedboard: esp32-c3-devkitm-1withvariant: esp32c3+flash_size: 4MB(new ESPHome board spec)MSR-2.yaml,MSR-2_BLE.yaml,MSR-2_Factory.yamlplatformio_options: board_build.flash_mode: dio(no longer needed with the new variant spec)MSR-2_Factory.yamlon_connect/on_disconnectBLE enable/disable wifi hooksNote:
min_versionwas intentionally not changed. Theservices→actionsrename is handled separately in its own breaking-change PR.Types of changes
Checklist / Checklijst:
If user-visible functionality or configuration variables are added/modified: