Files
gateway/components/dali/MIGRATION.md
T
2026-04-29 18:53:26 +08:00

530 B

DALI Component Migration Notes

0.1.0

Breaking API cleanup

  • Renamed global queue symbol:
    • dali_send_replay_queue -> dali_send_reply_queue

Build/config changes

  • Added Kconfig options for queue sizes and task tuning.
  • components/dali/CMakeLists.txt now uses a fixed explicit source list for the current ESP-IDF HAL path.

Required action

  • Replace all external uses of dali_send_replay_queue with dali_send_reply_queue.
  • Run idf.py reconfigure after updating to load new Kconfig defaults.