My understanding BANGLEJS_Q3 means Bangle JS2. And Q3 watch has AT6558 chip for GPS.
But, main question was - is jswrap_banglejs_gps_character(char ch) function assigned to Serial1 input for all time? Can it be unassigned by Serial1.removeAllListeners(); ?
For Q3 that C code should be adjusted to CASIC not UBX.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
My understanding BANGLEJS_Q3 means Bangle JS2. And Q3 watch has AT6558 chip for GPS.
But, main question was - is jswrap_banglejs_gps_character(char ch) function assigned to Serial1 input for all time? Can it be unassigned by Serial1.removeAllListeners(); ?
For Q3 that C code should be adjusted to CASIC not UBX.