Open trombik opened 2 years ago
portTICK_PERIOD_MS has been deprecated.
No. portTICK_PERIOD_MS is not deprecated.
The units and purpose of portTICK_PERIOD_MS and pdMS_TO_TICKS are different.
The purpose of portTICK_PERIOD_MS is to provide a conversion factor for converting milliseconds to ticks. The unit of portTICK_PERIOD_MS is milliseconds/ticks
The purpose of pdMS_TO_TICKS is to convert milliseconds to ticks. The unit of pdMS_TO_TICKS is ticks.
The issue
portTICK_PERIOD_MS
has been deprecated. they should be replaced withpdMS_TO_TICKS
.Which SDK are you using?
esp-idf
Which version of SDK are you using?
master
Which build target have you used?
Component causing the issue
see below
Anything in the logs that might be useful for us?
Additional information or context
No response
Confirmation