Joep de Jong

Results 6 comments of Joep de Jong

@fkhadra is it possible to push the source of the `gh-pages`? i would like to resolve this issue.

@susanu Is it possible to share your implementation? Maybe I can help to improve it.

Is there already an solution for this issue? I got the same error.

We experienced similar issues. We solved it by enabling the scanner in `useEffect`: ```js function App() { const navigate = useNavigate(); const [enabled, setEnabled] = useState(false); useEffect(() => { setEnabled(true);...

I think this is fixed in #54

It appears there may be differences in the versioning of NMEA messages. I am not certain how to tackle that.. Also, I have been unable to find documentation for the...