Fix a compile error

This commit is contained in:
Theo Arends 2024-05-10 10:18:46 +02:00
parent 178b11196a
commit c7a5cd58f4
1 changed files with 2 additions and 0 deletions

View File

@ -562,8 +562,10 @@ void MESHevery50MSecond(void) {
// AddLog(LOG_LEVEL_INFO, PSTR("MSH: %*_H), MESH.packetToConsume.front().chunkSize, (uint8_t *)&MESH.packetToConsume.front().payload);
}
break;
#ifdef USE_TASMESH_HEARTBEAT
case PACKET_TYPE_HEARTBEAT:
break;
#endif // USE_TASMESH_HEARTBEAT
default:
AddLogBuffer(LOG_LEVEL_DEBUG, (uint8_t *)&MESH.packetToConsume.front(), MESH.packetToConsume.front().chunkSize +5);