We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f105b90 commit d20bd6dCopy full SHA for d20bd6d
examples/esp-now_bridge_light/main/idf_component.yml
@@ -1,6 +1,8 @@
1
## IDF Component Manager Manifest File
2
dependencies:
3
- espressif/esp-now: ">=2.2.0"
+ # esp-now 2.5.0 will use 'dcm' member in esp_now_rate_config_t, and that member is introduced after IDF v5.1.2.
4
+ # TODO: update esp-now component to the latest version when updating ESP-IDF
5
+ espressif/esp-now: "2.4.0"
6
## Required IDF version
7
idf:
8
version: ">=4.1.0"
0 commit comments