-
-
Notifications
You must be signed in to change notification settings - Fork 214
Open
@esp32beans
Description
_current_packet++;
When parsePacket() returns non-zero, _current_packet pointer is incremented, skipping over the first byte. The function returns _current_packet[0] which is the second byte.