com downlink message now debug and commented out

This commit is contained in:
Robin Müller 2020-04-21 14:54:04 +02:00
parent b252299bdb
commit fdbc5d5c57

View File

@ -127,8 +127,8 @@ ReturnValue_t TmTcBridge::readTmQueue() {
}
ReturnValue_t TmTcBridge::storeDownlinkData(TmTcMessage *message) {
info << "TMTC Bridge: Comm Link down. "
"Saving packet ID to be sent later\r\n" << std::flush;
//debug << "TMTC Bridge: Comm Link down. "
// "Saving packet ID to be sent later\r\n" << std::flush;
store_address_t storeId = 0;
if(fifo.full()) {