Is expanding the number of supported messages under consideration?
I have a fork going where I have implemented a few Quectel specific messages (PAIR001 for command acknowledgment and a couple PQTM with slightly more convenient fields + a few PQTM OK responses) following the same pattern as the existing messages.
One practical issue is that lwgps.c will grow even more complex with if/else and #if/#endif. Also STAT_CHECKSUM_FAIL = UINT8_MAX currently caps the number of statements to 253.
Has a way to add external messages been considered, or is a custom fork the way?
Is expanding the number of supported messages under consideration?
I have a fork going where I have implemented a few Quectel specific messages (PAIR001 for command acknowledgment and a couple PQTM with slightly more convenient fields + a few PQTM OK responses) following the same pattern as the existing messages.
One practical issue is that lwgps.c will grow even more complex with
if/elseand#if/#endif. AlsoSTAT_CHECKSUM_FAIL = UINT8_MAXcurrently caps the number of statements to 253.Has a way to add external messages been considered, or is a custom fork the way?