mirror of https://github.com/FOME-Tech/fome-fw.git
hard requirement for console version match #4187
This commit is contained in:
parent
6decd34ff8
commit
1d802f4c22
|
@ -90,7 +90,7 @@ TsChannelBase::TsChannelBase(const char *name) {
|
|||
|
||||
void TsChannelBase::assertPacketSize(size_t size, bool allowLongPackets) {
|
||||
if (isBigPacket(size) && !allowLongPackets) {
|
||||
firmwareError(OBD_PCM_Processor_Fault, "tried to send disallowed long packet of size %d", size);
|
||||
firmwareError(OBD_PCM_Processor_Fault, "[USE PROPER CONSOLE VERSION ] disallowed long packet of size %d", size);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue