Tony Bentley

Results 2 issues of Tony Bentley

Currently the signalk model provides the timestamp for each value and persists the value regardless of the last updated date/time. If the instrument fails to continue updating, the model is...

enhancement

Webapp assumes location for static index.html will be `${projectRoot}/public/` Reference: https://github.com/SignalK/signalk-server/blob/master/src/interfaces/webapps.js#L54 When using `create-react-app` the default source file location is `public/` and build location is `build/` , which requires the...