diff --git a/linux/ObjectFactory.cpp b/linux/ObjectFactory.cpp index 392d129a..c68d27df 100644 --- a/linux/ObjectFactory.cpp +++ b/linux/ObjectFactory.cpp @@ -328,7 +328,7 @@ void ObjectFactory::createScexComponents(std::string uartDev, PowerSwitchIF* pwr std::optional switchId) { auto* cookie = new UartCookie(objects::SCEX, uartDev, uart::SCEX_BAUD, 4096); cookie->setTwoStopBits(); - cookie->setParityEven(); + //cookie->setParityEven(); auto scexUartReader = new ScexUartReader(objects::SCEX_UART_READER); auto scexHandler = new ScexDeviceHandler(objects::SCEX, *scexUartReader, cookie, mountedIF); if (onImmediately) { diff --git a/tmtc b/tmtc index f35c96ee..a91d40f3 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit f35c96eecc893f529fe0494dd526b60d25ab669c +Subproject commit a91d40f3337a948bc061b033e194dd629fd34be1