trim spaces

This commit is contained in:
Adrian Scillato 2020-10-19 13:39:36 -03:00 committed by GitHub
parent 99dd6c8251
commit 15976ecd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,7 +566,7 @@ void KNX_CB_Action(message_t const &msg, void *arg)
} else if (chan->type == KNX_SCENE) { } else if (chan->type == KNX_SCENE) {
// VALUE // VALUE
uint8_t tempvar = knx.data_to_1byte_uint(msg.data); uint8_t tempvar = knx.data_to_1byte_uint(msg.data);
dtostrfd(tempvar,0,tempchar); dtostrfd(tempvar,0,tempchar);
} else { } else {
// VALUE // VALUE
float tempvar = knx.data_to_2byte_float(msg.data); float tempvar = knx.data_to_2byte_float(msg.data);