Eclipse-IoT / eclipsecon-2022-hackathon

Firmware, application and documentation for the hackathon
7 stars 7 forks source link

Add info log statement to firmware example #26

Closed danbev closed 1 year ago

danbev commented 1 year ago

This commit adds a single info level log statement to the firmware example.

The motivation for this is that I think it might be helpful for users to add their own logging when exploring/developing during the hackaton, and with this change they won't have to think about importing defmt::info.