FreeRTOS / iot-reference-stm32u5

MIT License
42 stars 29 forks source link

Bug fix and some enhancements #2

Closed SlimJallouli closed 2 years ago

SlimJallouli commented 2 years ago

Hi,

In this pull request: 1-I fixed a build error when the LOG_LEVEL == LOG_DEBUG 2- Motion sensor publish to \motion_sensor_data. This will make every board publish to a different topic. Currently, all boards will publish to the same topic "/stm32u5/motion_sensor_data" and we don't have a way to distinguish one board from another. 3- Task_MotionSensorsPublish task wait until MQTT Agent is ready before start publishing

Thanks, Slim