GuillemCastro / rt-data

rt-data is a data acquisition framework for embedded and IoT systems
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Configuration reworked #6

Closed GuillemCastro closed 5 years ago

GuillemCastro commented 5 years ago

It's now possible to navigate the configuration tree by using the [] operator. This works both for accessing subtrees and arrays/vectors.

This solves issue #2.