forward cpms upward

This commit is contained in:
dmtar 2024-11-21 16:49:44 +00:00
parent 301cdab3da
commit 96327516ee
1 changed files with 4 additions and 0 deletions

View File

@ -808,6 +808,10 @@ static int networking_packet_indication_btp(EIS_NetworkingPacketIndication_t* np
break;
// TODO: check_cpm()
case EIS_Port_cpm:
fwd = true;
break;
case EIS_Port_denm:
#ifdef DEBUG
uint8_t *xml_denm = malloc(32768);