Closed joabakk closed 6 years ago
For example, _.get(app.signalk.self, current_wind_path)
_.get(app.signalk.self, current_wind_path)
Should now be app.getSelfPath(current_wind_path)
app.getSelfPath(current_wind_path)
Closed
For example,
_.get(app.signalk.self, current_wind_path)
Should now be
app.getSelfPath(current_wind_path)