add NMEA I/O mode to serial module

This commit is contained in:
Thomas Göttgens 2022-10-16 12:33:58 +02:00
parent 3c544ad1ee
commit ca54898ad9

View file

@ -90,6 +90,7 @@ message ModuleConfig {
SIMPLE = 1;
PROTO = 2;
TEXTMSG = 3;
NMEA = 4;
};
/*