You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed while added processing for 367_33 that the following lines call ais8_367_22_append_pydict but don't set status to AIS_OK, which means that the message processing will appear to fail:
case 367: // United states.
switch (msg.fi) {
case 22: // USCG Area Notice 2012 (v5?).
ais8_367_22_append_pydict(nmea_payload, dict, pad);
break;
The text was updated successfully, but these errors were encountered:
I noticed while added processing for 367_33 that the following lines call ais8_367_22_append_pydict but don't set status to AIS_OK, which means that the message processing will appear to fail:
case 367: // United states.
switch (msg.fi) {
case 22: // USCG Area Notice 2012 (v5?).
ais8_367_22_append_pydict(nmea_payload, dict, pad);
break;
The text was updated successfully, but these errors were encountered: