We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760a7b commit d1d7c81Copy full SHA for d1d7c81
src/PacketSerial.h
@@ -146,5 +146,6 @@ class PacketSerial_
146
};
147
148
149
-typedef PacketSerial_<COBS> PacketSerial;
150
-typedef PacketSerial_<SLIP, SLIP::END, 8192> SLIPPacketSerial;
+ typedef PacketSerial_<COBS> PacketSerial;
+ typedef PacketSerial_<COBS> COBSPacketSerial;
151
+ typedef PacketSerial_<SLIP, SLIP::END> SLIPPacketSerial;
0 commit comments