feat(examples): Add example of using mqtt client on linux

This commit is contained in:
David Cermak
2023-03-31 18:25:41 +02:00
parent 79a0e57ca1
commit c443326a34
7 changed files with 181 additions and 1 deletions

View File

@ -29,6 +29,7 @@ DEFAULT:
# this section sets the default license for examples and unit tests of components
examples_and_unit_tests:
include:
- 'examples/**'
- 'components/**/examples/**'
- 'components/**/test/**'
- 'components/**/tests/**'