Azure-Samples / iot-middleware-freertos-samples

This repo has samples for dev kits using the Azure IoT middleware for FreeRTOS
MIT License
76 stars 46 forks source link

Add a content-type and encoding properties on telemetry sent by ESP32 #337

Closed ewertons closed 1 year ago

ewertons commented 1 year ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Run the ESP32 sample as usual.

What to Check

Verify that in IoT Hub the telemetry is received with properties:

Other Information

Strawberries are not berries.

ewertons commented 1 year ago

Related to https://github.com/Azure-Samples/iot-middleware-freertos-samples/issues/285