v0.4.0
wuespace-admin
released this
07 Jul 21:27
·
0 commits
to b083aba0137748cc2242b9807f30c6f8049a9dd2
since this release
Features
- api: Add new configuration provider which enables default values (a973cd1)
- connection: Add configuration of baud rate to
SerialConn
verticle. Usages of thede.wuespace.telestion.services.connection.rework.serial.SerialConn
now requires an additional parameter:int baudRate
. To migrate, add this parameter to any application configuration using this verticle. The value used before is9600
. Therefore, you can use"baudRate": 9600
to match the old default configuration. (ae4dad2)