You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Your First Sensor Driver" tutorial uses SWEHelper.newQuantity(...), which is deprecated. It should be updated to use createQuantity() and the corresponding builder API. (Also needs an update from newTimeStampIsoUTC() to createTime(), and perhaps others.)
The "Your First Sensor Driver" tutorial uses
SWEHelper.newQuantity(...)
, which is deprecated. It should be updated to usecreateQuantity()
and the corresponding builder API. (Also needs an update fromnewTimeStampIsoUTC()
tocreateTime()
, and perhaps others.)https://github.com/opensensorhub/osh-docs/blob/v2/src/dev/tutorials/your-first-sensor-driver.md
The text was updated successfully, but these errors were encountered: