You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] In file included from ./mbed-mqtt/src/MQTTClientMbedOs.h:32,
...
./mbed-mqtt/paho_mqtt_embedded_c/MQTTClient/src/mbed/MQTTmbed.h: In member function 'bool Countdown::expired()':
./mbed-mqtt/paho_mqtt_embedded_c/MQTTClient/src/mbed/MQTTmbed.h:39:26: warning: 'int mbed::TimerBase::read_ms() const' is deprecated: Use the Chrono-based elapsed_time method. If integer milliseconds are needed, you can use
...
and so on.
The text was updated successfully, but these errors were encountered:
Starting with mbed 3.10 I get:
[ERROR] In file included from ./mbed-mqtt/src/MQTTClientMbedOs.h:32,
...
./mbed-mqtt/paho_mqtt_embedded_c/MQTTClient/src/mbed/MQTTmbed.h: In member function 'bool Countdown::expired()':
./mbed-mqtt/paho_mqtt_embedded_c/MQTTClient/src/mbed/MQTTmbed.h:39:26: warning: 'int mbed::TimerBase::read_ms() const' is deprecated: Use the Chrono-based elapsed_time method. If integer milliseconds are needed, you can use
...
and so on.
The text was updated successfully, but these errors were encountered: